{% for instruction in instructions %}
{{ instruction }}
{% endfor %} {% for authority in authorities %}
Authority: {{ authority }}
{% endfor %} {% for subpart in subparts %}
Subpart {{subpart.letter}} — {{subpart.title}}
{% for url in subpart.urls %}   {% endfor %}

This is section {{subpart.idx|add:"1"}} of {{subpart.urls|length}} in subpart {{subpart.letter}}

{% endfor %} {% if tree %} {% with c=tree %} {% include "regulations/regulation_text.html" %} {% endwith %} {% endif %}