{% extends 'app_kit/manage_generic_content.html' %} {% load i18n localcosmos_tags static app_tags %} {% block content %}

{{ taxon }}

{% trans 'Vernacular names' %}

{% trans 'Occurrences in Nature Guides' %}

{% if nature_guides %} {% for ng_taxon_tree in nature_guides %}
{{ ng_taxon_tree.meta_node.nature_guide }}: {{ ng_taxon_tree.parent.meta_node }} - {{ ng_taxon_tree.meta_node }}
{% endfor %} {% else %} {% trans 'This taxon does not occur in any nature guide' %} {% endif %}

{% trans 'Taxon Profile' %}

{% if taxon_profile %} {{ taxon }} {% else %} {% trans 'This taxon does not have a taxon profile' %} {% endif %}
{% endblock %} {% block extra_script %} {% endblock %}