{% load i18n tz highlight %}
  • {% if result.tag %} {{ result.tag }} {% 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 "150" %} {% else %} {% if result.latest_description %} {{ result.latest_description|striptags|escape|truncatechars:150 }} {% elif result.description %} {{ result.description|striptags|escape|truncatechars:150 }} {% endif %} {% endif %} {% endif %} {% if result.fullname or result.modified or result.modified_by %}
    {% 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 %} {% if result.modified %} {{ result.modified|localtime|timesince }} {% trans "ago" %} {% endif %}
    {% endif %}