{% extends "base.html" %} {% block title %} » Bill Types {% endblock %} {% block nav %} Bill Types {% endblock %} {% block content %} {% for bill_type in bill_types %} {% endfor %}
Code Description
{{bill_type.code}} {{bill_type.description}}
{% endblock %}