{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall - Tasks {% endblock %} {% block meta %} {% endblock %} {% block scripts %} {% endblock %} {% block main %}

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 %} {% block sidebar %} {% include 'menu_workouts.html' %} {% endblock %}