{% 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 %}