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