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