{% extends "telemeta/base.html" %} {% load i18n %} {% load telemeta_tags %} {% load bootstrap_pagination %} {% block head_title %}{{ country }} - {% trans "Geographic Navigator" %} - {{ block.super }}{% endblock %} {% block title %}
geo-country {% trans "World" %} / {{ continent }} / {{ country }} ({{ page_obj.start_index }} - {{ page_obj.end_index }} / {{ count }})
{% bootstrap_paginate page_obj range=10 show_first_last="True" %}
 
{% endblock title %} {% block content %} {% with object_list as collections %}
{% include "telemeta/inc/collection_list.html" %}
{% endwith %} {% endblock %}