{% 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 %} |
{% if doc.file_extension == 'svg' %}
|
{% if collections %}
{{ doc.collection.name }} | {% endif %}
{% blocktrans with time_period=doc.created_at|timesince %}{{ time_period }} ago{% endblocktrans %}
|