{% comment %} Display an appendix section. {% endcomment %} {% if c.node_type == "appendix" %}

{{c.header|safe}}

{%if c.TOC %} {% with nav_class='appendix-nav' toc_items=c.TOC %} {% include "regulations/toc.html" %} {% endwith %} {%endif%} {{ c.marked_up|safe|linebreaksbr }} {% if c.children %} {% for level_one in c.children %}

{{level_one.header|safe}}

{% if level_one.marked_up %}

{{level_one.marked_up|safe|linebreaksbr}}

{% endif %} {% if level_one.children %}
    {% for node in level_one.children %} {% include node.template_name %} {% endfor %}
{% endif %} {% if level_one.interp %} {% with interp=level_one.interp %} {% include "regulations/slide-down-interp.html" %} {% endwith %} {% endif %}
{% endfor %} {% endif %} {% if c.interp %} {% with interp=c.interp %} {% include "regulations/slide-down-interp.html" %} {% endwith %} {% endif %}
{% endif %}