{% extends "maps/map_base.html" %} {% load i18n %} {% load maps_tags %} {% load pagination_tags %} {% load taggit_extras %} {% load staticfiles %} {% load url from future %} {% block body_class %}maps explore{% endblock %} {% block body %}
{% trans "Create a New Map" %}

{% trans "Explore Maps" %}

{% include "search/_sort_filters.html" %}
{% include "_viewby.html" %}

{% trans "Your selections" %} {% trans "Clear all" %}

{% with type='map' %} {% include "search/_general_filters.html" %} {% endwith %}
{% include 'search/search_content.html' %}
{% endblock %} {% block extra_script %} {% include 'search_scripts.html' %} {% endblock extra_script %}