{% extends 'localcosmos_server/modals/large_modal_form.html' %} {% load i18n localcosmos_tags %} {% block title %} {% if navigation_entry %} {% trans 'Manage navigatoin entry' %} {% else %} {% trans 'Create navigation entry' %} {% endif %} {% endblock %} {% block action %} {% if navigation_entry %} {% url 'manage_taxonprofiles_navigation_entry' meta_app.id taxon_profiles.id navigation_entry.id %} {% else %} {% if parent_navigation_entry %} {% url 'create_taxonprofiles_navigation_entry' meta_app.id taxon_profiles.id parent_navigation_entry.id %} {% else %} {% url 'create_taxonprofiles_navigation_entry' meta_app.id taxon_profiles.id %} {% endif %} {% endif %} {% endblock %} {% block body %}
{% if success %}