{% trans 'Taxa included in this app' %}
{% trans 'Total:' %} {{ meta_app.taxon_count }}
{% 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.' %}