Demo of interacting with the workflow

{{ workflow}}

{{ phase.stage }}

{% if form %}
{% csrf_token %} {{ form }}
{% else %}

{{ ORG_SHORT_NAME }}: {{ phase.name }}

Public: {{ phase.public_name }}

{% csrf_token %} {% for action in phase.action_names %} {% empty %}

There are no actions

{% endfor %}

Logs

Submission

{% for key, value in data.items %}

{{ key }}

{{ value }} {% endfor %} {% endif %}
Reset