{% extends 'localcosmos_server/modals/large_modal_form.html' %} {% load i18n app_tags localcosmos_tags %} {% block title %} {% if taxonomic_filter %}{% trans 'Manage taxonomic filters' %}{% else %}{% trans 'Create taxonomic filter' %}{% endif %} {% endblock %} {% block action %}{% if taxonomic_filter %}{% url 'manage_map_taxonomic_filter' meta_app.id map.id taxonomic_filter.id %}{% else %}{% url 'create_map_taxonomic_filter' meta_app.id map.id %}{% endif %}{% endblock %} {% block body %} {% render_bootstrap_form form %} {% if taxonomic_filter %}