• {% if item.sub_toc %} {% for item in item.sub_toc %} {% if item.is_subterp %}
  • Interpretations For {{item.label|safe}} {% if item.sub_label %} - {{item.sub_label|safe}}{% else %}{% endif %}
  • {% else %}
  • {{item.label}} {{item.sub_label|safe}}
  • {% endif %} {% endfor %} {% endif %}