{% load extras %}
Passed on {{legislation.date_passed|date:'n/d'}}
{{ legislation.friendly_name }}
{% if legislation.topics %}
{% for tag in legislation.topics %}
{{ tag }}
{% endfor %}
{% else %}
{% for tag in legislation.pseudo_topics %}
{{ tag | committee_topic_only }}
{% endfor %}
{% endif %}