{{ title }}
{% if description %}{{ description }}
{% endif %}{% translate 'Report output' %}
{% if report_error %}{{ report_error }}
{% if report_error_items %}-
{% for name, message in report_error_items %}
- {{ name }}: {{ message }} {% endfor %}
| {{ label }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
{% translate 'No results match this query.' %}
{% endif %}