{# One filter of the run page's index, pre-rendered under an address of its own. A static host has no query strings and this project has no script that filters, so a filtered view is a directory. The rows are the run page's own rows with the ones the restriction leaves out removed; nothing here decides anything the run page did not, and the line under the title says what was left out and links back to the whole. #} {% extends "base.html" %} {% from "_index.html" import index_table %} {% block strip %}

{{ page.heading }}

{{ page.run_id }} {{ page.entries|length }} of {{ page.of }}

{% endblock %} {% block content %}

The questions

{{ page.restriction }} The run page holds the whole index.

{{ index_table(page.entries, root) }}
{% endblock %}