{% load i18n %}
{% if not is_searching %} {% trans "Title" %} {% else %} {% trans "Title" %} {% endif %} | {% trans "File" %} | {% trans "Type" %} | {% if not is_searching %} {% trans "Uploaded" %} {% else %} {% trans "Uploaded" %} {% endif %} |
---|---|---|---|
{% if choosing %}
{{ video.title }}{% else %}{{ video.title }}{% endif %} |
{% if choosing %} {{ video.filename }} {% else %} {{ video.filename }} {% endif %} | {{ video.type }} | {{ video.created|timesince }} ago |