{% extends 'app_application/layout/page_layout.html' %} {% block content %} {{super()}} {% include 'ecdc/navigation/ecdc_navtabs.html' %}
{% include 'ecdc/country/all/ecdc_country_all_pagination.html' %}
{% include 'ecdc/country/all/ecdc_country_all_table.html' %}
ecdc_country_all_
{% include 'ecdc/country/all/ecdc_country_all_pagination.html' %}
{% endblock %} {% block footer_container %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endblock %}