{% 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 %}