{% load i18n %} {% if doc.Title %}
  • {% if doc.Type %} {{ doc.Type }} {% else %} {% endif %} {% if doc.mailinglist %} {{ doc.mailinglist }} {% endif %} {{ doc.Title }} - {{ doc.Description|striptags }}
    {% if doc.from_address.user.get_absolute_url or doc.from_address.get_full_name or doc.last_author or doc.Creator %} {% trans "by" %} {% endif %} {% if doc.from_address.user.get_absolute_url %} {{ doc.from_address.user.get_full_name }} {% elif doc.from_address.get_full_name %} {{ doc.from_address.get_full_name }} {% else %} {% firstof doc.last_author doc.Creator "" %} {% endif %} {{ doc.modified|timesince }} {% trans "ago" %}
  • {% endif %}