{% extends "base.html" %} {% block title %}FlowSurgeon — Requests{% endblock %} {% block topbar %} {% endblock %} {% block content %} {# Build page base URL for pagination (omit defaults to keep URLs clean) #} {% set pb = debug_route + "?view=" + active_view %} {% if q %}{% set pb = pb + "&q=" + q %}{% endif %} {% if order and order != "queries" %}{% set pb = pb + "&order=" + order %}{% endif %} {% if show and show != 25 %}{% set pb = pb + "&show=" + show|string %}{% endif %} {% set pb = pb + "&" %}