{% extends "base.html" %} {% block title %}Votes — Concord{% endblock %} {% block content %} Roll-call votes House and Senate roll-call votes from Congresses 117–119. Chamber All House Senate Congress Result Kind All Standard Election Bill Filter {% if votes %} {{ total }} vote{{ "" if total == 1 else "s" }} matched. Showing page {{ page }} of {{ ((total + page_size - 1) // page_size) | int }}. {% for v in votes %} {% include "_vote_row.html" %} {% endfor %} {% if has_prev %} ← Previous {% endif %} {% if has_next %} Next → {% endif %} {% else %} No votes match the current filters. {% endif %} {% endblock %}
House and Senate roll-call votes from Congresses 117–119.
{{ total }} vote{{ "" if total == 1 else "s" }} matched. Showing page {{ page }} of {{ ((total + page_size - 1) // page_size) | int }}.
No votes match the current filters.