{% for obj in available_additional_information.types %}
{% for ai in available_additional_information.ais %} {% if obj.type in ai.types and ai.sub_type is not defined %} {% for c in "1 2 3"|make_list %} {% endfor %} {% endif %} {% endfor %} {% for subtype in available_additional_information.subtypes %} {% for ai in available_additional_information.ais %} {% if obj.type in ai.types and subtype.type == ai.sub_type %} {% for c in "1 2 3"|make_list %} {% endfor %} {% endif %} {% endfor %} {% endfor %}

{{obj.title}}

{{ ai.name }} {% for form in ai.forms %} {% if form.type == 'select' %} {% else %} {% endif %} {% endfor %}

{{subtype.title}}

{{ ai.name }} {% for form in ai.forms %} {% if form.type == 'select' %} {% else %} {% endif %} {% endfor %}
{% endfor %}