{% load extras %} {% if result.last_action_date %}

{{result.last_action_date|date:'n/d/Y'}} - {{result.object.current_action.description | remove_action_subj }}

{% elif result.object.get_last_action_date %}

{{result.object.get_last_action_date|date:'n/d/Y'}} - {{result.object.current_action.description | remove_action_subj }}

{% endif %} {% if result.object.primary_sponsor %}

{{result.object.primary_sponsor.person.name}}

{% endif %}
{% if result.object.topics %} {% for tag in result.object.topics %} {{tag}}   {% endfor %}
{% elif result.object.pseudo_topics %} {% for tag in result.object.pseudo_topics %} {{ tag | committee_topic_only }}   {% endfor %}
{% endif %}