thread_search_preview.html 454 Bytes
{% load i18n tz highlight date_format %}

<div class="row">
  {% datetime_format result.modified %} - <a href="{{result.modified_by_url}}">{{ result.modified_by }}</a><br>
  <h4><a href="{{result.url}}">{{ result.title }}</a></h4>
  {% with description as result.latest_description|truncatewords:"85" %}
      {{description | default_if_none:"a"}}<br>
  {% endwith %}
  {% trans "Registred in" %}: <strong>{% trans "Discussion" %}</strong>
  <hr>
</div>