{% extends "layouts/base.html" %} {% load static %} {% load sizify %} {% load sub_vtt %} {% load srt_path %} {% load format_time %} {% load detect_language %} {% block stylesheet %} {% endblock stylesheet %} {% block title %} Dashbord {% endblock title %} {% block body_class %} class="header-fixed header-tablet-and-mobile-fixed toolbar-enabled" {% endblock body_class %} {% block content %}

All Processed Files

{% for video in transcripts %} {% endfor %}
Video Original Language Upload date SRT Files
{{ video.file_org.file_title|truncatechars:55 }} Size: {{ video.file_org.size|sizify }} Duration: {{ video.file_org.duration|format_time}}
{{ video.file_org.language|detect_language }} {{ video.file_org.when_uploaded|date:"Y-m-d H:m:s"}}
'
{% endblock content %} {% block javascripts %} {% endblock javascripts %}