{% 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 request.GET.keyword|length %}

Showing maps with keyword '{{ request.GET.keyword }}'

{% else %}

No maps found with keyword {{ request.GET.keyword }} !

{% 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 %}