{% load i18n %}
{% if not is_searching %} {% trans "Title" %} {% else %} {% trans "Title" %} {% endif %} | {% trans "File" %} | {% if not is_searching %} {% trans "Uploaded" %} {% else %} {% trans "Uploaded" %} {% endif %} | {% trans "Count" %} |
---|---|---|---|
{% if choosing %}
{{ doc.title }}{% else %}{{ doc.title }}{% endif %} |
{{ doc.filename }} | {{ doc.created_at|timesince }} ago |
{% if doc.downloadcount %}{{ doc.downloadcount.count }}{% else %}0{% endif %} |