{% load i18n l10n %} {% load static %} {% with choice=result %} {{ choice }} (id: {{ choice.framework.id }}) {% with choice.framework.get_absolute_url as url %} {% if url %} {% endif %} {% endwith %}

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

{% endwith %}