{% extends widget.get_base_template %} {% load i18n %} {% block content %} {% if widget.orientation == "vertical" %} {% for url, more, title in trail %}
  • {% if url %} {% if forloop.first and widget.root_label %}{{ widget.root_label }}{% else %}{{ title }}{% endif %} {% else %} {{ title }} {% endif %} {% endfor %} {% for url, more, title in trail %}
  • {% endfor %} {% else %} {% endif %} {% endblock %}