{% extends "reports/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "reports" %} {% block title %}Reports - {{ brand.name }}{% endblock %} {% block heading %}Reports{% endblock %} {% block reports_content %}

Finished work, filed to be read later. A model writes one when you ask for it or when it finishes something worth keeping, and anything running on a schedule leaves its result here. Nothing on this page can be replied to.

{% if q %}Clear{% endif %}
{% if not reports %}
{{ icon("archive", "empty__mark") }}

{{ "Nothing found" if q else "No reports yet" }}

{% if q %} No report matches “{{ q }}”. {% else %} Ask a model to write one up when it has finished looking into something, and it will appear here. {% endif %}

{% else %} {% include "library/_pager.html" %} {% endif %} {% endblock %}