{% extends "base.html" %} {% load i18n %} {% load translations %} {% load permissions %} {% block breadcrumbs %} {% path_object_breadcrumbs object %}
  • {% trans "Progress" %}
  • {% endblock %} {% block content %}
    {% trans "Components are being updated…" %}
    {% for component in components %} {% include "snippets/component-progress.html" with task_id=component.background_task tags="success" %} {% endfor %}
    {% endblock %}