{% extends 'app_kit/manage_generic_content.html' %} {% load i18n static app_tags %} {% block generic_content_specific %}
{% trans 'Type of map:' %} {{ generic_content.map_type }}
{% if generic_content.map_type == 'observations' %} {% trans 'This map shows the observations made with your app.' %} {% endif %}
{% if project_area %}

{% trans 'project area active' %}

{% else %}

{% trans 'No area restrictions' %}

{% endif %}

{% trans 'Initial view' %}

{% trans 'You can set the initial zoom level and center for the Map in your app.' %}

{% trans 'Project area' %}

{% trans 'Optionally restrict you project to a specific area. This only has an effect if you collect observations.' %}
{% trans 'Manage project area' %}

{% trans 'Map filters' %}

{% trans 'You can offer multiple filters which your users can apply to the map.' %}
{% trans 'Taxonomic Filters' %}
{% include 'maps/ajax/taxonomic_filters.html' %}
{% get_generic_content_option generic_content 'include_observation_forms_as_filters' as include_observation_form_as_filters %} {% if include_observation_form_as_filters %}
{% trans 'Filters from Observation Forms' %}
{% for observation_form_link in observation_form_links %}
{{ observation_form_link.generic_content.name }}
{% endfor %}
{% endif %}
{% endblock %} {% block extra_head_script %} {% endblock %} {% block extra_script %} {% endblock %}