{% extends 'viewflow/flow/start.html' %} {% load viewform %} {% block content %}

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

{% csrf_token %} {% viewform 'viewform/bootstrap3/form.html' form=form layout=view.layout %} {% endviewform %} {{ activation.management_form }}
{% endblock %}