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

Click on the "Choose File" button to upload a file

{% csrf_token %}
{% if id_file %}

uploaded File

Please wait while your file is being processed .

{% else %}

Welcome To Transcript Generator

{% endif %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}