{% load i18n %}
| {% if not is_searching %} {% trans "Title" %} {% else %} {% trans "Title" %} {% endif %} | {% trans "File" %} | {% if collections %}{% trans "Collection" %} | {% endif %}{% if not is_searching %} {% trans "Created" %} {% else %} {% trans "Created" %} {% endif %} |
|---|---|---|---|
| {% if choosing %} {% else %} {% endif %} | {{ doc.filename }} | {% if collections %}{{ doc.collection.name }} | {% endif %}
{% blocktrans with time_period=doc.created_at|timesince %}{{ time_period }} ago{% endblocktrans %}
|