{% 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/table_partial.html' %}
{% endblock content %}