{% extends "workflows/workflows/workflow_view.html" %} {% load static %} {% block before_workflow_form %}

{{ form_title }}

{{ current_step.help }}

{% endblock %} {% block workflow_form_content %}
{% if read_only %} {% if comments %}

{{ comments }}

{% else %}

No comments.

{% endif %} {% else %} {% endif %}
{% if read_only %}

{% with lower_status=status.lower %} {% include "workflows/workflows/components/status_icons.html" %} {% endwith %} {{ status }}

{% else %}
{% for status_opts in statuses %} {% endfor %}
{% endif %} {% endblock %} {% block content_dependent_styles %} {{ block.super }} {% endblock %}