{% load i18n el_pagination_tags %} {% paginate 100 all_taxon_profiles with pagination_url %}
{% for taxon_profile in all_taxon_profiles %}
{% if taxon_profile.object_class %} {{ taxon_profile.object_class }} {% endif %} {{ taxon_profile.taxon_latname }} {% if taxon_profile.taxon_author %}{{ taxon_profile.taxon_author }}{% endif %} {% if taxon_profile.morphotype %} ({{ taxon_profile.morphotype }}) {% endif %} {% if taxon_profile.publication_status == 'draft' %} {% trans 'draft' %} {% endif %}
{% endfor %}
{% show_pages %}