{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Rowsandall - Tasks {% endblock %} {% block meta %} {% endblock %} {% block scripts %} {% include "monitorjobs.html" %} {% endblock %} {% block content %}

Your Tasks Status

Manage the asynchronous tasks running for you

{% for task in taskstatus %} {% if task|lookup:'failed' %} {% elif task|lookup:'finished' %} {% else %} {% endif %} {% endfor %}
ID Task Started At Progress Status Action
{{ task|lookup:'id' }} {{ task|lookup:'verbose' }} {{ task|lookup:'started_at' }}
{{ task|lookup:'progress' }}
{{ task|lookup:'status' }} Remove Remove  
{% endblock %}