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