{% extends "base.html" %} {% load humanize %} {% block title %}Home{% endblock %} {% block content %}
| Newest Workflows | ||
|---|---|---|
| ID | Name | State |
|
{{ wf.name }}
{% for fw in wf.fireworks %}
{{fw.name}}
{% endfor %}
|
{% include 'state.html' with states=wf.state %} | |
| Current Database Status | ||
|---|---|---|
| Fireworks | Workflows | |
| {% include 'state.html' %} | ||
TOTAL |
||