{% extends 'app_application/layout/page_layout.html' %} {% block content %} {{super()}} {% include 'ecdc/navigation/ecdc_navtabs.html' %}
{% include 'ecdc/date_reported/all/ecdc_date_reported_all_pagination.html' %}
{% include 'ecdc/date_reported/all/ecdc_date_reported_all_table.html' %}
{% include 'ecdc/date_reported/all/ecdc_date_reported_all_pagination.html' %}
{% endblock %} {% block footer_container %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endblock %}