{% load i18n el_pagination_tags localcosmos_tags app_tags %} {% if generic_content.include_full_tree %}
{% paginate 20 taxa %}

{% show_pages %}

{% else %} {% with taxa=taxa.taxa %}
{% paginate 20 taxa %}

{% show_pages %}

{% endwith %} {% endif %}