{% extends "base.html" %} {% load static %} {% load markdown_filters %} {% block title %}Activities - {{ workflow.name }}{% endblock %} {% block content %}
{{ total_activities }} {{ total_activities|pluralize:"Activity,Activities" }} {% if has_phases %} {{ activities_by_phase|length }} {{ activities_by_phase|length|pluralize:"Phase,Phases" }} {% endif %}
| # | Name | Abbrev. | Guidance | Dependencies | Actions |
|---|---|---|---|---|---|
| {{ activity.order }} | {{ activity.name }} | {% if activity.reference_label %} {{ activity.reference_label }} {% else %} — {% endif %} | {{ activity.guidance|markdown|striptags|truncatewords:15 }} | {% if activity.predecessor or activity.successor %} {% else %} {% endif %} |
| # | Name | Abbrev. | Guidance | Dependencies | Actions |
|---|---|---|---|---|---|
| {{ activity.order }} | {{ activity.name }} | {% if activity.reference_label %} {{ activity.reference_label }} {% else %} — {% endif %} | {{ activity.guidance|markdown|striptags|truncatewords:15 }} | {% if activity.predecessor or activity.successor %} {% else %} {% endif %} |
Get started by creating your first activity for this workflow.
{% if can_edit %} Create First Activity {% endif %}