{% if terms or docs %}
{% if terms %}
{% for term in terms %} {{term.name}}
    {% for doc in term.docs %}
  • {{doc.type|upper}}

    {{doc.title}}

    {% if doc.caption %}

    {{doc.caption}}

    {% endif %}
  • {% endfor %}
{% endfor %}
{% endif %} {% if docs %} {% endif %}
{% endif %}