{% extends 'base.html' %} {% block title %}IvoryOS | Design Database{% endblock %} {% block body %}
| Workflow name | Deck | Description | Editing | Time created | Last modified | Author | {#Registered | #}||
|---|---|---|---|---|---|---|---|---|---|
| {{ script.name }} | {{ script.deck }} | {{ script.description }} | {{ script.status }} | {{ script.time_created }} | {{ script.last_modified }} | {{ script.author }} | {#{{ workflow.registered }} | #}{#not workflow.status == "finalized" or#} {% set username = current_user.get_id() %} {% if username == 'admin' or username == script.author %} Delete {% else %} delete {% endif %} |