{% extends "base.html" %} {% block title %}suvi - Manage{% endblock %} {% block content %} {% 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 %}

Management tasks

{% endblock %}