{% extends 'app_kit/manage_generic_content.html' %} {% load i18n static localcosmos_tags taxon_profile_tags app_tags %} {% block generic_content_specific %} {% if uses_taxon_profiles_navigation %}

{% endif %}

{% trans 'Create your taxon profiles' %}

{% trans 'Type the name of the taxon you want to manage the profile for or select a taxon from your nature guides.' %}
{{ searchbackboneform }}
{% if nature_guide_results %}

{% trans 'Taxa from nature guides' %}

{% for entry in nature_guide_results %}
{{ entry.nature_guide }}
{% trans 'Identification results with taxonomic reference' %}
{% if entry.results %} {% url 'get_nature_guide_taxonprofile_page' meta_app.id content_type.id generic_content.id entry.nature_guide.id 'results' as pagination_url %}
{% with nature_guide=entry.nature_guide results=entry.results %} {% include 'taxon_profiles/ajax/nature_guide_taxonlist.html' %} {% endwith %}
{% else %}
{% trans 'no taxa found' %}
{% endif %}
{% if entry.non_taxon_results %}
{% trans 'Identification results without taxonomic reference' %}
{% trans 'It is recommended to link a taxonomic reference first.' %}
{% url 'get_nature_guide_taxonprofile_page' meta_app.id content_type.id generic_content.id entry.nature_guide.id 'non-taxon-results' as pagination_url %}
{% with nature_guide=entry.nature_guide results=entry.non_taxon_results %} {% include 'taxon_profiles/ajax/nature_guide_taxonlist.html' %} {% endwith %}
{% endif %}
{% endfor %} {% endif %}

{% trans 'Taxon Profiles with no occurrence in any nature guide' %}

{% get_generic_content_option generic_content 'include_only_taxon_profiles_from_nature_guides' as ng_only %} {% if ng_only %} ({% trans 'not included in app' %}) {% endif %}
{% include 'taxon_profiles/ajax/non_nature_guide_taxonlist.html' %}

{% trans 'Backbone taxa without profile' %}

{% include 'taxon_profiles/ajax/backbone_taxa_taxonlist.html' %}
{% endblock %} {% block extra_script %} {% endblock %}