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