{% extends "billy/base.html" %} {% block title %}{{ leg.full_name }}{% endblock %} {% block content %} {{ leg.full_name }}

{{leg.party}}, {{ metadata.name }}, District {{ leg.district }}

{% if leg.votesmart_id %}
Votesmart ID
{{leg.votesmart_id}}
{% endif %} {% if leg.transparencydata_id %}
TransparencyData ID
{{leg.transparencydata_id}}
{% endif %} {% for k,v in leg.items %} {% if "+" in k %}
{{k}}
{{v}}
{% endif %} {% endfor %}

Current Roles:

{% for session, roles in leg.old_roles.iteritems %}

{{session}} Roles:

{% endfor %}

Sources:

{% if leg.photo_url %}

Photo:

{% else %}

No photo_url

{% endif %}
{% endblock %}