{% load i18n %} {% with workflow_messages=view.workflow_messages %} {% if workflow_messages %} {{ workflow_messages|safe }} {% endif %} {% endwith %} {% if workflow_form.varname == "evaluation" %}
{{ workflow_form.render|safe }}
{% endif %}