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