{% extends "base.html" %} {% load static %} {% block title %}{{ workflow.name }} - {{ playbook.name }}{% endblock %} {% block content %}

{% if workflow.abbreviation %} {{ workflow.abbreviation }} {% endif %} {{ workflow.name }} #{{ workflow.order }}

{{ playbook.name }}

{% if can_edit %} Delete Edit {% elif can_submit_pip %} Submit PIP {% endif %} Back
{% if workflow.description %}
Description

{{ workflow.description }}

{% endif %}
Activities Flow ({{ activity_count }})
{% if can_edit %} Add Activity {% endif %}
{% if has_activities %} {% if activities_svg %}
{{ activities_svg|safe }}
{% else %} {% endif %} {% else %}
No Activities Yet

This workflow doesn't have any activities defined.

{% if can_edit %} Create First Activity {% endif %}
{% endif %}
{% endblock %}