{% load static tethys %}
{% for option in options %}

{{option}}

{% endfor %} {% if workflow_cards %}
{% if user.is_staff %} {% endif %} {% for workflow_card in workflow_cards %} {% if user.is_staff %} {% endif %} {% endfor %}
Workflow IDName Type Creator Date Created
{{ workflow_card.id }}{{ workflow_card.name }} {{ workflow_card.type }} {{ workflow_card.creator }} {{ workflow_card.date_created }}
{% if workflow_card.can_delete %} {% endif %} {{ workflow_card.status.title }}
{% else %}

Press the "+" button to begin a new workflow.

{% endif %}