{% extends 'application/page_layout.html' %} {% block content %} {{super()}} {% include 'who/navigation/who_navtabs.html' %}
{% include 'who/region/who_region_all_pagination.html' %}
{% include 'who/region/who_region_all_table.html' %}
{% include 'who/region/who_region_all_pagination.html' %}
{% endblock %} {% block footer_container %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endblock %}