{% extends "base.html" %} {% load i18n %} {% load translations %} {% load permissions %} {% block breadcrumbs %}
  • {{ object.project }}
  • {% include "snippets/component-breadcrumb.html" %}
  • {% trans "Progress" %}
  • {% endblock %} {% block content %} {% perm 'component.edit' object as user_can_edit_component %}
    {% trans "Component is being updated…" %}
    {{ log }}
    
    {% endblock %}