{% extends 'app_application/layout/page_layout.html' %} {% block content %} {{super()}} {% include 'divi/navigation/divi_navtabs.html' %}
{% include 'divi/date_reported/divi_date_reported_all_pagination.html' %}
{% include 'divi/date_reported/divi_date_reported_all_table.html' %}
{% include 'divi/date_reported/divi_date_reported_all_pagination.html' %}
{% endblock %} {% block footer_container %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endblock %}