{# Backwards compatible template. Projects should write their own version of this template #} {# and include either polling.html or sse.html, along with their own item.html template. #} {% extends "base.html" %} {# This is a full-page template inheriting from project's base.html #} {# It is badly named and should be page.html, but keeping the name for backwards compatibility. #} {% block title %}Upload Progress{% endblock %} {% block content %}