{% load i18n %}

{{result.summary}}

{{result.description|truncatewords:30}}
{% blocktrans with result.last_updated|timesince as last_updated and result.last_updated|date:"c" as last_updated_raw and result.user_display_name as added_by %} Last updated by {{added_by}} {% endblocktrans %}