{% extends 'app_all/layout/page_layout.html' %} {% block content %} {{super()}} {% include 'who/navigation/who_navtabs.html' %}
{% include 'who/region/who_region_one_pagination.html' %}
{% include 'who/country/who_country_all_table.html' %}
{% include 'who/region/who_region_one_pagination.html' %}
{% endblock %} {% block footer_container %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endblock %}