{% extends "billy/base.html" %} {% load humanize %} {% block content %}

{{ metadata.name }}

Metadata

{% for k, v in metadata.items %} {% if k != "terms" and k != "session_details" %}
{{k}}
{{v}}
{% endif %} {% endfor %}

Terms

{% for term in metadata.terms %} {% endfor %}
TermStart YearEnd YearSessions
{{term.name}}{{term.start_year}}{{term.end_year}}
    {{term.sessions|unordered_list}}

Bills for Latest Session [{{session}}] (random bill)

Upper Chamber:
{{upper_bill_count}}
Lower Chamber:
{{lower_bill_count}}
Total Bills:
{{bill_count}}
Bills without sources:
{{ns_bill_count}}
Versions:
{{versions}}

Bill Types

{% for name, num in types.iteritems %} {% endfor %}
Type#
{{name}}{{num}}

Action Types

{{action_cat_percent}}% categorized {% for name, num in action_types.iteritems %} {% endfor %}
Type#
{{name}}{{num}}

Legislators

Upper Chamber:
{{upper_leg_count}}
Lower Chamber:
{{lower_leg_count}}
Total Active Legislators:
{{leg_count}}
Inactive Legislators:
{{inactive_leg_count}}
Legislators without sources:
{{ns_leg_count}}
Legislators without PVS id:
{{missing_pvs}}
Legislators without TransparencyData id:
{{missing_tdata}}

Committees

Upper Committees:
{{upper_com_count}}
Lower Committees:
{{lower_com_count}}
Joint Committees:
{{joint_com_count}}
Total Committees:
{{com_count}}
Committees without sources:
{{ns_com_count}}
{% endblock %}