{% 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' %}
{% if not generic_content.include_full_tree and alltaxa %} {% 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 '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' %}

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