{% extends "base.html" %} {% load i18n permissions translations %} {% block breadcrumbs %} {% path_object_breadcrumbs object %}
  • {% translate "Progress" %}
  • {% endblock breadcrumbs %} {% block content %} {% perm 'component.edit' object as user_can_edit_component %}
    {% translate "Component is being updated…" %}
    {{ log }}
    
    {% endblock content %}