{% extends "base.html" %} {% block content %}
Tasks
App ID: {{ app_id }}
{% if tasks %}
{% for task in tasks %} {% endfor %}
Task ID Module Function Concurrency Control Actions
{{ task.task_id }} {{ task.module }} {{ task.func_qualname }} {{ task.conf.registration_concurrency.name }} Details
{% else %}
No tasks found.
{% endif %}
{% endblock %}