{% extends "base.html" %} {% block title %} {{ application_name }} Development Console - Tasks Viewer{% endblock %} {% block head %} {% endblock %} {% block breadcrumbs %} Tasks Viewer {% endblock %} {% block body %}
Tasks will not run automatically. Push the 'Run' button to execute each task.
Task Name | ETA (UTC) | Method | URL | ||
---|---|---|---|---|---|
{{ task.name|escape }} | {{ task.eta|escape }} ({{ task.eta_delta|escape }}) | {{ task.method|escape }} | {{ task.url|escape }} | ||
{% include "pager.html" %} |