{% load i18n l10n %} {% load static %} {% with choice=result %} {{ choice }} (id: {{ choice.id }}) {% with choice.get_absolute_url as url %} {% if url %} {% endif %} {% endwith %}
Statuses: {% for s in choice.current_statuses.all %} [{{ s.registrationAuthority }}: {{ s.state_name }}] {% empty %}None {% endfor %}

{{ choice.definition|truncatewords:20|striptags }}

{% with choice.get_absolute_update_url as url %} {% if url %} {% endif %} {% endwith %}
{% endwith %}