-
{% datetime_format result.modified %} - {{ result.modified_by }}
-
+
{% datetime_format result.modified %} -
+
+ {% if query %}
+ {% highlight result.modified_by with query max_length "1000" %}
+ {% else %}
+ {{result.modified_by }}
+ {% endif %}
+
+
+
+ {% if query %}
+
+ {% else %}
+
+ {% endif %}
+
{% with result.latest_description|truncatewords:"85" as description %}
- {{description | default_if_none:"a"}}
+
+ {% if query %}
+ {% highlight description with query max_length "1000" %}
+ {% else %}
+ {{description | default_if_none:"a"}}
+ {% endif %}
+
{% endwith %}
{% trans "Registred in" %}: {% trans "Discussion" %}