{% extends "base_with_margins.html" %} {% load extras %} {% load staticfiles %} {% block title %}{{ legislation.friendly_name }}{% endblock %} {% block content %} {% if legislation %}
{% for tag in legislation.topics %}
{{ tag }}
{% endfor %}
Primary Sponsor
{{ legislation.primary_sponsor.person.link_html | safe }}
Currently Controlled By
{% for org in legislation.controlling_body %} {{ org.link_html|safe }} {% endfor %}