{{ bill.title }}
Latest action
{% if bill.latest_action_date %} {{ bill.latest_action_date }} — {% endif %} {{ bill.latest_action_text or "—" }}
Sponsor
{% if bill.sponsor_bioguide_id %} {% if bill.sponsor_display_name %} {{ bill.sponsor_display_name }} {% else %} Bioguide {{ bill.sponsor_bioguide_id }} (not indexed) {% endif %} {% else %} No sponsor recorded. {% endif %}Cosponsors
{% if bill.cosponsors_fetched_at is none %}concord scrape bills enrich --bill-ids {{ bill.bill_id }}
to populate.
-
{% for c in cosponsors %}
-
{% if c.sponsorship_withdrawn_date %}
{% if c.display_name %} {{ c.display_name }} {% else %} {{ c.bioguide_id }} {% endif %}(withdrawn {{ c.sponsorship_withdrawn_date }}) {% else %} {% if c.display_name %} {{ c.display_name }} {% else %} {{ c.bioguide_id }} (not indexed) {% endif %} {% if c.is_original_cosponsor %} · original {% elif c.sponsorship_date %} · joined {{ c.sponsorship_date }} {% endif %} {% endif %}
{% endfor %}
Fetched {{ bill.cosponsors_fetched_at|humanize_age }}.
{% else %}No cosponsors recorded.
Fetched {{ bill.cosponsors_fetched_at|humanize_age }}.
{% endif %}Action history
{% if bill.actions_fetched_at is none %}concord scrape bills enrich --bill-ids {{ bill.bill_id }}
to populate.
-
{% for action in actions %}
{% include "bills/_action_row.html" %}
{% endfor %}
Fetched {{ bill.actions_fetched_at|humanize_age }}.
{% else %}No actions recorded.
Fetched {{ bill.actions_fetched_at|humanize_age }}.
{% endif %}Subjects
{% if bill.subjects_fetched_at is none %}concord scrape bills enrich --bill-ids {{ bill.bill_id }}
to populate.
Fetched {{ bill.subjects_fetched_at|humanize_age }}.
{% else %}No subjects assigned.
Fetched {{ bill.subjects_fetched_at|humanize_age }}.
{% endif %}Titles
{% if bill.titles_fetched_at is none %}concord scrape bills enrich --bill-ids {{ bill.bill_id }}
to populate.
-
{% for t in titles %}
-
{{ t.title_type }}{% if t.chamber %} · {{ t.chamber }}{% endif %}{{ t.title_text }}
{% endfor %}
Fetched {{ bill.titles_fetched_at|humanize_age }}.
{% else %}No titles recorded.
Fetched {{ bill.titles_fetched_at|humanize_age }}.
{% endif %}Summaries
{% if bill.summaries_fetched_at is none %}concord scrape bills enrich --bill-ids {{ bill.bill_id }}
to populate.
{{ s.action_desc or s.version_code }} {% if s.action_date %}· {{ s.action_date }}{% endif %}
Fetched {{ bill.summaries_fetched_at|humanize_age }}.
{% else %}No summaries published.
Fetched {{ bill.summaries_fetched_at|humanize_age }}.
{% endif %}Vote history
{% if vote_history %}-
{% for v in vote_history %}
{% include "_vote_row.html" %}
{% endfor %}
No votes recorded for this bill yet.
{% endif %}