{% extends "layout.html" %} {% block head_content %}
{% endblock %} {% block content %} {% if current_list_type == "running" %}
Task ID State Name Coroutine Created Loc. Since Action
{% raw %} {% endraw %} {% elif current_list_type == "terminated" %}
Task ID Name Coroutine Since Started Since Terminated Action
{% raw %} {% endraw %} {% endif %} {% endblock %}