{%- set ns.start = getstart -%} {%- set ns.show = getshow -%} {# Reset arguments, so as not to display standard arguments in the query part of the URL #} {%- set ns.query = request.args | cleandict -%} {%- if ns.start == 0 -%} {%- set ns.start = None -%} {%- endif -%} {%- if ns.show == 0 or ns.show == PAGE_SIZE -%} {%- set ns.show = None -%} {%- endif -%} {% include 'tabs.html' with context -%}