{% extends 'app_kit/manage_generic_content.html' %} {% load i18n localcosmos_tags %} {% block generic_content_specific %}

{% trans 'Taxa included in this app' %} {% trans 'Total:' %} {{ meta_app.taxon_count }}

{% if generic_content.include_full_tree and alltaxa %} {% else %}
 
  {% endif %}
{{ searchbackboneform }}
{% include 'backbonetaxonomy/taxonlist.html' %}
{% with backbone=generic_content %}

{% trans 'Add single taxon' %}

{% include 'backbonetaxonomy/add_taxon_form.html' %}

{% trans 'Add multiple taxa' %}

{% include 'backbonetaxonomy/manage_backbone_taxa_form.html' %}
{% endwith %}

{% trans 'Swap taxa' %}

{% trans 'You can swap one taxon with another taxon across your app.' %}

{% trans 'Manage Taxon Swap' %}


{% trans 'Update taxonomic references' %}

{% trans 'If you updated your taxonomic database, you can check you references here.' %}

{% trans 'Update Taxonomic References' %}


{% trans 'Custom taxa' %}

{% trans 'If you want to add custom taxa or non-life taxa such as stones, you can create custom taxa. Custom taxa can appear in multiple apps. You only need to to create them once and then add them to the apps you want.' %}

{% trans 'Manage custom taxonomic tree' %}

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