{% load i18n localcosmos_tags %}
{% trans 'Taxa' %}:
{% if navigation_entry.taxa %} {% for taxon_link in navigation_entry.taxa %}
{{ taxon_link.taxon_latname }} {{ taxon_link.taxon_author }}
{% endfor %} {% else %} {% trans 'No taxon yet.' %} {% endif %}
{{ form }}
{% if taxon_success %} {% include 'taxon_profiles/js/reload_navigation.html' %} {% endif %}