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