• {{ resource.label }}
    {% for item in resource.resources %} {% if item.type == 'link' %} {{ item.label }} {% elif item.type == 'model' %} {{ item.label }} {% elif item.type == 'dropdown' %} {% with resource=item %} {% include 'components/dropdown.html' %} {% endwith %} {% endif %} {% endfor %}