{% extends 'html_generator/static/bills/bill_base.html' %} {% block title %}{{ bill.name }} - Overview{% endblock %} {% block tab_content %} {% if bill.pass_failed %} Submit Viewpoint {% endif %}
Sponsors

Introduced by {{ bill.sponsor_links_with_titles | safe }}


Title

{{ bill.title }}


Last Official Action

{{ bill.last_official_action }}

{% with bill.history as history %} {% if history %}
Legislative History

View History

{% endif %} {% endwith %} {% endblock %}