{% extends 'app_kit/base.html' %} {% load i18n static app_tags localcosmos_tags %} {% block extra_style %}{% endblock %} {% block extra_head_script %} {% endblock%} {% block content %}

{% if vernacular_name_from_nature_guides %}

{{ vernacular_name_from_nature_guides }} {% if taxon_profile.morphotype %} ({{ taxon_profile.morphotype }}) {% endif %}

{{ taxon }} {% elif taxon.vernacular %}

{{ taxon.vernacular }} {% if taxon_profile.morphotype %} ({{ taxon_profile.morphotype }}) {% endif %}

{{ taxon }} {% else %}

{{ taxon }} {% if taxon_profile.morphotype %} ({{ taxon_profile.morphotype }}) {% endif %}

{% endif %}
{% if taxon_profile.is_featured %} {% trans 'featured' %} {% endif %} {% if taxon_profile.publication_status == 'draft' %} {% trans 'draft' %} {% endif %} {% if nature_guides %} {% for nature_guide in nature_guides %} {{ nature_guide }} {% endfor %} {% else %} {% trans 'does not occur in any nature guide' %} {% endif %} {% if taxon_profile.taxon.taxon_source == 'app_kit.features.nature_guides' %} {% trans 'not linked to any taxonomic source' %} {% else %} {{ taxon_tree_model }} {% endif %}
{% if taxon_profile.morphotype %} {% else %}
{% if possible_duplicates %}
{% trans 'This profile has possible duplicates' %}:
{% for duplicate in possible_duplicates %} {{ duplicate.taxon_latname }} {{ duplicate.taxon_author }} {% endfor %}
{% endif %}
{% with content_object=taxon_profile %} {% include 'app_kit/ajax/tags.html' %} {% endwith %}

{% endif %} {% if taxon_profile.morphotype and taxon_profile.parent_profile %}
{% trans 'This is a morphotype of:' %} {{ taxon }}
{% else %}
{% trans 'Morphotypes' %}
{% if taxon_profile.morphotype_profiles %} {% for morphotype in taxon_profile.morphotype_profiles %} {% endfor %} {% else %}
{% trans 'No morphotypes available.' %}
{% endif %}
{% endif %} {% if taxon_profile.morphotype %} {% else %}
{% trans 'Classification' %}
{{ taxon_tree_model }}
{% if taxonomic_branch %}
{% for node in taxonomic_branch %} {{ node }} → {% endfor %} {{ taxon }}
{% endif %} {% if navigation_branches %}
{% trans 'Taxonomic Navigation' %}
{% for branch in navigation_branches %}
{% for node in branch %} {{ node }} → {% endfor %} {{ taxon }}
{% endfor %}
{% endif %}
{% trans 'Vernacular names' %}
{% trans 'Taxon Relationships' %}
{% render_taxon_relationships meta_app taxon %}

{% trans 'Traits' %}

{% endif %}
{% trans 'Images' %}
{% trans 'External Media' %}
{% render_external_media meta_app taxon_profile %}

{% trans 'Text Set' %}
{% trans 'The selected Text Set defines which text fields are used for this taxon profile. If no Text Set is selected, all fields will be used.' %}
{% include 'taxon_profiles/ajax/manage_taxon_profile_form.html' %}

{% trans 'Template Contents' %}
{% trans 'This taxon is linked to the following Template Contents:' %}
{% if template_contents %}
    {% for ltc in template_contents %}
  • {% if ltc.template_content.is_published %} {{ ltc.published_title }} {% trans 'published' %} {% else %} {{ ltc.draft_title }} {% trans 'draft' %} {% endif %}
  • {% endfor %}
{% else %}

{% trans 'No template contents found.' %}

{% endif %}

{% endblock %} {% block extra_script %} {% endblock %}