{% load i18n %}
{% if taxa %} {% for taxon in taxa %}
{% include tree_entry_template %}
{% endfor %} {% else %}
{% trans 'No children found for this taxon.' %}
{% endif %}