{% 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" %}
{% else %}
{% endif %}
{% endfor %}
{% endfor %}