{% load custom_filters %} {% for attribute in attribute_list %}
{% if forloop.last and not track_access %}
{{attribute.0}}
{{title}}
{% else %}
{{attribute.0}}
{% endif %} {% if not is_type %}
{% endif %} {% for item in item_list %} {% if is_type %} {% url 'configuration:survey' selected_component=component selected_type_id=item.id as select_url %} {% else %} {% url 'configuration:survey' selected_component=component selected_id=item.id as select_url %} {% endif %} {% if component == selected_component and item.id == selected_id %} {% if attribute.0 == 'type' %} {% else %} {% endif %} {% else %}
{{item|get_key:attribute.1}}
{% endif %} {% endfor %}
{% endfor %}