{% extends 'localcosmos_server/modals/modal_form.html' %} {% load i18n static %} {% block action %}{% if taxon %}{% url 'manage_custom_taxon' taxon.name_uuid language %}{% else %}{% if parent_taxon %}{% url 'create_new_custom_taxon' parent_taxon.name_uuid language %}{% else %}{% url 'create_new_custom_root_taxon' language %}{% endif %}{% endif %}{% endblock %} {% block title %}{% if taxon %}{% blocktrans with name=taxon.taxon_name %}Manage {{ name }}{% endblocktrans %}{% else %}Create new taxon{% endif %}{% endblock %} {% block body %}
{% include 'localcosmos_server/bootstrap_form.html' %}
{% if success is True %}