{% load i18n tz highlight %} {% if result.fullname or result.modified or result.modified_by %}
{% if result.modified %} {{ result.modified|localtime|timesince }} {% trans "ago" %} - {% endif %} {% if result.modified_by %} {% trans "by" %} {% if result.modified_by_url %} {% else %} {% endif %} {% if query %} {% highlight result.modified_by with query %} {% else %} {{ result.modified_by }} {% endif %} {% if result.modified_by_url %} {% else %} {% endif %} {% else %} {% trans "by" %} {% trans "Anonymous" %} {% endif %}
{% endif %} {% if result.title %} {% if query %} {% highlight result.title with query max_length "1000" %} {% else %} {{ result.title }} {% endif %} {% endif %} {% if result.description %}
- {% if query %} {% highlight result.description with query max_length "110" %} {% else %} {% if result.latest_description %} {{ result.latest_description|striptags|escape|truncatechars:110 }} {% elif result.description %} {{ result.description|striptags|escape|truncatechars:110 }} {% endif %} {% endif %}
{% endif %}