{% if maps|length %}
Showing maps with search '{{ request.GET.q }}'
{% else %}No maps found with search '{{ request.GET.q }}' !
{% endif %}
{% for map in maps %}
{% endfor %}
-
{% if maps.has_previous %}
- prev {% endif %} {% for page_num in maps.paginator.page_range %}
- {{ page_num }} {% endfor %} {% if maps.has_next %}
- next {% endif %}