{% extends "layers/layer_base.html" %} {% load i18n %} {% load layers_tags %} {% load pagination_tags %} {% load taggit_extras %} {% load staticfiles %} {% load url from future %} {% block title %} {% trans "Explore Layers" %} - {{ block.super }} {% endblock %} {% block body_class %}data data-list explore{% endblock %} {% block body %}

{% trans "Explore Layer" %}

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

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

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