{% 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 }}

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

{{ taxon.vernacular }}

{{ taxon }} {% else %}

{{ taxon }}

{% 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 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 %}

{% get_generic_content_options generic_content as options %} {% if options.enable_wikipedia_button %} {% endif %} {% if options.enable_observation_button %} {% endif %} {% if options.enable_gbif_occurrence_map_button %} {% endif %}

{% trans 'Traits' %}


{% trans 'Images' %}


{% include 'taxon_profiles/ajax/manage_taxon_profile_form.html' %}

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