{% extends 'viewflow/flow/start.html' %} {% 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 }} {{ item_inline }} {{ activation.management_form }}
{% endblock %}