{% load i18n %}
  • {% trans "Home" %}
  • {% trans "Collections" %}
  • {% if not collection.is_root_node %} {% for parent in collection.get_ancestors %}
  • {{parent}}
  • {% endfor %} {% endif %}
  • {{collection}}