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