{% extends 'application/page_layout.html' %} {% block content %} {{super()}} {% include 'who/navigation/who_navtabs.html' %}
{% if page_data.pages > 1 %}
    {% if page_data.has_prev %}
  • Previous
  • {% endif %} {% for page_num in page_data.iter_pages() %} {% if page_num %} {% if page_num != page_data.page %}
  • {{ page_num }}
  • {% else %}
  • {{ page_num }}
  • {% endif %} {% else %}
  • {% endif %} {% endfor %} {% if page_data.has_next %}
  • Next
  • {% endif %}
{% endif %}
{% include 'who/country/who_country_one_table.html' %}
{% endblock %}