{% load humanize %} {% for type in acc_types %} {{ forloop.counter }} {{ type.name }} {% if type.is_fixed %} Fixed {% else %} Standard {% endif %} {{ type.min_balance | intcomma }} {{ type.maturity }} {{ type.dormancy_period }} {% if type.status %} {% else %} {% endif %} {% endfor %}