{% extends 'cms/base_cms.html' %} {% load static from staticfiles %} {% load wagtailcore_tags %} {% block body_class %}profile-page sidebar-collapse{% endblock %} {% block content %} {% if page.hero_image %} {% else %} {% endif %}
{% if maps|length %}

Showing maps with search '{{ request.GET.q }}'

{% else %}

No maps found with search '{{ request.GET.q }}' !

{% endif %}
    {% if maps.has_previous %}
  • prev
  • {% endif %} {% for page_num in maps.paginator.page_range %}
  • {{ page_num }}
  • {% endfor %} {% if maps.has_next %}
  • next
  • {% endif %}
{% endblock content %}