{% 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.author|default:result.username as author %} Last updated by {{author}} {% endblocktrans %}