{% extends "base.html" %} {% block title %}{{ spec.label }}{% endblock %} {% block content %}
{{ spec.label }}
{% if spec.searchable or spec.exact_searchable %} {% endif %} {% for name in spec.filters %} {% endfor %}
{% if spec.renders("export") %} CSV {% endif %}
{% if spec.exact_searchable %}
{{ spec.exact_searchable | join(", ") }} match in full only
{% endif %}
{% include "_table.html" %}
{% endblock %}