• {{item.label|safe|upper}}

  • {% if item.sub_toc %} {% for item in item.sub_toc %} {% if item.is_section %} {% include "regulations/toc-section.html" %} {% else %}
  • {{item.label|safe}}
  • {% endif %} {% endfor %} {% endif %}