{% extends "billy/web/public/base.html" %} {% load url from future %} {% load staticfiles %} {% load i18n %} {% load humanize %} {% load customtags %} {% block title %} {{legislator.full_name }} - {{metadata.legislature_name}} - {% endblock %} {% block description %} {% blocktrans with title=legislator.title name=legislator.full_name state=metadata.name %} {{title}} {{name}} represents {{state}} {% endblocktrans %} {% if legislator.active and legislator.district %} {{legislator.chamber_name}} {% if legislator.district.0.isdigit %}{% trans "District" %} {% endif %}{{legislator.district}}. {% endif %} {% endblock %} {% block headblock %} {% endblock %} {% block content %}
{% include "billy/web/public/bio_blurb.html" %}
{{bill.title}}
{% trans "Bill" %} | {% trans "Legislator Vote" %} |
---|---|
{{vote.bill.bill_id|upper}}
{{vote.motion|truncatewords:30}} |
{{vote_value|title}} |