3 |
22 |
4 | {{ catalog.section.list }}
5 |
21 | -
6 |
7 | {% for item in items %}
8 | {% if (parameters.MAX_LEVEL == 1 and item.DEPTH_LEVEL > 1) %}
9 | {% else %}
10 |
- 11 | 12 | {{ item.TEXT }} 13 | 14 | 15 | 16 | {% endif %} 17 | {% endfor %} 18 | 19 |