{% load i18n %}
{% for node in nodes %}
{% if node.images %}
{% for image in node.images %} {% endfor %}
{% endif %}
{% if node.children %}
{% with nodes=node.children %} {% include 'taxon_profiles/ajax/taxon_profiles_navigation_level.html' %} {% endwith %}
{% endif %}
{% endfor %}