{% extends 'viewflow/base.html' %} {% block title %}{{ block.super}} | {{ activation.flow_cls.process_title }}{% endblock %} {% block content %}

{% if activation.flow_task.task_title %}{{ activation.flow_task.task_title }}{% else %}Start {{ activation.flow_cls.process_title|lower }}{% endif %}

{% csrf_token %} {{ form.as_p }} {{ activation.management_form }}
{% endblock %}