{# 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 %}

Queue progress: {{ queue_name }}

Live progress:

{% include 'pluto_rt/polling.html' with item_template="pluto_rt/table_item.html" target="#rt_messages" %}
{% endblock content %}