{%for languageSlot in languageSlotList reversed %} {%if languageSlot.language_active%} {%endif%} {%if languageSlot.listening_active%} {%endif%} {%if languageSlot.reading_active%} {%endif%} {%if languageSlot.spoken_interaction_active%} {%endif%} {%if languageSlot.spoken_production_active%} {%endif%} {%if languageSlot.writing_active%} {%endif%}
{{languageSlot.language}}
{{languageSlot.listening}}
{{languageSlot.reading}}
{{languageSlot.spoken_interaction}}
{{languageSlot.spoken_production}}
{{languageSlot.writing}}
{%endfor%}