{% load i18n %} {% load crispy_forms_tags %} {% load crud_views %} {% if has_workflow_choices %}
{% translate "Workflow Action" %}
{% csrf_token %} {{ form.non_form_errors }} {% crispy form form.helper %}
{% else %} {% translate "There are no workflow steps available from the current state." %} {% endif %}