{% extends "base.html" %} {% block title %}Task History{% endblock %} {% block content %}
{{ task.message }}
No tasks currently in progress.
No completed tasks in history.
{{ task.error }}
No failed tasks in history.