{% load i18n tz highlight %}
{{ result.modified|date:"d F Y" }} {% trans "at" %} {{result.modified|date:"h:m" }} - {% if query %} {% highlight result.modified_by with query max_length "1000" %} {% else %} {{result.modified_by }} {% endif %}
{% if query %}

{% highlight result.title with query max_length "1000"%}

{% else %}

{{ result.title }}

{% endif %} {% with result.latest_description|truncatechars:"85" as description %} {% if query %} {% highlight description with query max_length "1000" %}
{% else %} {{description | default_if_none:"a"}}
{% endif %} {% endwith %} {% trans "Registred in" %}: {% trans "Discussion" %}