{% extends "base.html" %} {% block title %}suvi - Manage{% endblock %} {% block content %}

Management tasks

Clear all task logs Telemetry data Stop all tasks and terminate
{% if message is not none %}

Message

{%endif %} {% if infos is not none %}

Infos

{% for key, value in infos.items() %} {% endfor %}
Key Value
{{ key }} {{ value }}
{% endif %} {% endblock %}