- 
            {% for cs in ts.who_wants %}
            
- {{cs.client_key}} {% end %}
{% extends main.html %} {% block content %} {% set ts = tasks[Task] %}
| Status | {{ ts.state }} | 
|---|---|
| Processing on | {{ts.processing_on.address}} | 
| Call stack | Call Stack | 
| Type | {{ ts.type }} | 
| Bytes | {{ format_bytes(ts.nbytes) }} | 
| waiting on | {{dts.key}} | 
| Priority | {{ts.priority}} | 
| {{attr.replace('_', ' ').title()}} | {{getattr(ts, attr)}} | 
| Key | State{% for dts in ts.dependencies %} | 
|---|---|
| {{dts.key}} | {{ dts.state }} | 
| Key | State{% for dts in ts.dependents %} | 
|---|---|
| {{dts.key}} | {{ dts.state }} | 
| Time | Key | Start | Finish | Recommended Key | Recommended Action{% for key, start, finish, recommendations, transition_time in scheduler.story(Task) %} | 
|---|---|---|---|---|---|
| {{ fromtimestamp(transition_time) }} | {{key}} | {{ start }} | {{ finish }} | ||
| {{key2}} | {{ rec }} |