{% extends "base.html" %} {% block title %}Bills — Concord{% endblock %} {% block content %}

Bills

{{ total }} matching
{% if top_bills %}

Top bills

{% endif %}
Chamber
{% if bills %} {% if has_prev or has_next %} {% endif %} {% else %}

No Bills match the current filters.

{% endif %}
{% endblock %}