{% load i18n %} {% for video in videos %} {% endfor %}
{% 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