{% extends "ochre/index.html" %} {% load ochre %} {% block content %}
{% if items|length > 0 %} {% for item in items %} {% include "ochre/template_pack/accordion_item.html" with item=item index=forloop.counter uid=uid documentation_model=documentation_model %} {% endfor %} {% endif %}
{% endblock %}