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

Roll-call votes

House and Senate roll-call votes from Congresses 117–119.

{% if votes %}

{{ total }} vote{{ "" if total == 1 else "s" }} matched. Showing page {{ page }} of {{ ((total + page_size - 1) // page_size) | int }}.

{% else %}

No votes match the current filters.

{% endif %}
{% endblock %}