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