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