{% extends "base.html" %} {% load static %} {% block title %}Workflows - {{ playbook.name }}{% endblock %} {% block content %}
| Order | Abbrev. | Name | Description | Activities | Actions |
|---|---|---|---|---|---|
| {{ workflow.order }} | {% if workflow.abbreviation %} {{ workflow.abbreviation }} {% else %} — {% endif %} | {{ workflow.name }} | {{ workflow.description|truncatewords:10 }} | {{ workflow.get_activity_count }} |
Create your first workflow to organize activities
{% if can_edit %} Create Workflow {% endif %}