{% for i in range(app_settings|length) %} {% endfor %}
# Key Value
{{ i + 1 }} {{ app_settings[i]['key'] }} {{ app_settings[i]['value'] }}