{% load i18n static localcosmos_tags %}

{% if uncategorized_text_types %}
{% for text_type in uncategorized_text_types %} {% include 'taxon_profiles/ajax/taxon_text_type_management.html' %} {% endfor %}
{% endif %}
{% for category, text_types in categorized_text_types.items %}
{% for text_type in text_types %} {% include 'taxon_profiles/ajax/taxon_text_type_management.html' %} {% endfor %}
{% endfor %}

{% trans 'Text Sets' %}

{% trans 'With text sets you can assign a collection of text types to Taxon Profiles. You can select a text set when managing your Taxon Profile.' %}
{% for text_set in taxon_text_sets %} {% empty %}
{% trans 'You have no text sets yet. You can create text sets for specific groups of taxa here.' %}
{% endfor %}