{% extends 'viewflow/base_module.html' %} {% load viewflow material_frontend viewflow_frontend %} {% block breadcrumbs_items %} {% include 'viewflow/includes/breadcrumb_category.html' %} {{ activation.flow_class.process_title }} #{{ activation.process.pk }} {{ activation.flow_task }} #{{ activation.task.pk }} {% block breadcrumbs_items_extra %}{% endblock %} {% endblock %} {% block content %} {% block left-panel %}
| Description | {{ activation.task.summary|default:activation.task.flow_task }} |
|---|---|
| Status | {{ activation.task.status }} |
| Created | {{ activation.task.created }} |
| Started | {{ activation.task.started|default:"" }} |
| Finished | {{ activation.task.finished|default:"" }} |
| Owner | {{ activation.task.owner|default:"" }} |
| Permission | {{ activation.task.owner_permission|default:"" }} |