{% for acc_type in accountTypesObj %} {{ forloop.counter }} {{ acc_type.name }} {% if acc_type.is_fixed %} Fixed {% else %} Standard {% endif %}
{% endfor %}