{% for section in sections_list %} {{ section['id'] }} {{ section['ls_name'] }} {% if section['ls_parent'] != 0 %} {{ sections_list[section['ls_parent'] -1]['ls_name'] }} {% else %} {{ ''|trans }} {% endif %} {% endfor %}