{% extends "base.html" %} {% load eb mapping %} {% block title %}Special report: {{ schema.plural_name|capfirst }}{% endblock %} {% block content %}

Special report: {{ schema.plural_name|capfirst }}

{{ schema.short_description }}

{{ schema.summary|safe|linebreaks }} {% if schema.allow_charting %}

Browse

{% endif %}

Full list of items

{% endblock %}