{% extends "billy/web/public/base.html" %} {% load url from future %} {% load billy_utiltags %} {% block content %}

{{metadata.legislature_name}}

{{chambers.0.legislators.count}} {{chambers.0.title}}s

{{chambers.0.committees_count}} Committees

Latest Bills

{% for bill in chambers.0.latest_bills %}
  • {{bill.bill_id}} - {{bill.title}} Introduced {{bill.action_dates.first|date:"Y-m-d"}}
  • {% endfor %}

    Sessions

    {% endblock %}