{% extends "base.html" %} {% block title %}FlowSurgeon — {{ route_method }} {{ route_path }}{% endblock %} {% block topbar %} {% endblock %} {% block content %}
{# ── Filter / sort controls ── #}
Status: Sort: Show:
{# ── Results summary ── #}
{{ total_records }} request{% if total_records != 1 %}s{% endif %} for {{ route_method }} {{ route_path }}
{# ── Request list table ── #}
REQUEST ID STATUS DURATION QUERIES TIME
{# ── Pagination ── #} {% if total_pages > 1 %} {% endif %}
{% endblock %}