Bill Details (go to Finance Tracker)

{% for bt in bill_types %}
{% endfor %}
{% for bt in bill_types %} {% if loop.first %}
{% else %}
{% endif %} {% for bd in bill_data %} {% if loop.first %}
{% endif %} {% if bd.bill_type_id == bt.id %} {% if bd.estimated == 1 %}
{% set classes="fst-italic form-control text-center bg-white" %} {% else %}
{% set classes="form-control text-center bg-white" %} {% endif %}
{% if bd.estimated == 0 %} {% endif %}
{% endif %} {% endfor %}
{% endfor %}