{% extends "cosmos/layout.html" %} {% block content %}

Workflows

{% for e in workflows %} {% endfor %}
workflow successful status created_on finished_on wall time action
{{ e }} {{e.successful|to_thumb}} {{e.status}} {{ e.created_on|datetime_format }} {{ e.finished_on|datetime_format }} {% if e.finished_on %}{{ (e.finished_on - e.created_on|or_datetime_now) }}{% endif %}
{% endblock %}