{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Upload" %}{% endblock %} {% block content %} {% if message %}
{{ message|safe }}
{% endif %} {% if id %}{{ orgURL }} was added to the queue. Wait and watch it on this page.
{% endif %}{% trans "So here we go. You want to watch a video? Type its URL below:" %}
Please note that we keep the video on our server for 48 hours. Read more. {% endblock %}