{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall - Tasks {% endblock %} {% block meta %} {% endblock %} {% block scripts %} {% endblock %} {% block main %}
Manage the asynchronous tasks running for you
| ID | Task | Started At | Progress | Status | Action | ||
|---|---|---|---|---|---|---|---|
| {{ task|lookup:'id' }} | {{ task|lookup:'verbose' }} | {{ task|lookup:'started_at' }} |
{{ task|lookup:'progress' }}
|
{{ task|lookup:'status' }} | {% if task|lookup:'failed' %}Remove | {% elif task|lookup:'finished' %}Remove | {% else %}{% endif %} |