{% load i18n tz highlight %}
{% with result.description|truncatechars:"140"|default_if_none:"a" as description %} {% if query %} {% highlight description with query %} {% else %} {{description}} {% endif %} {% endwith %}
{% trans "Since" %}: {{ result.created|date:"d F Y" }}