+
+ {% endblock %}
{% block submenu %}
{% if content_submenu %}
+ {% for item in content_breadcrumb %} + {% if not forloop.last %} + {{ item.title }} > + {%else %} + {{ item.title }} + {% endif %} + {% endfor %} +
+