{% extends "ereuse_devicehub/base.html" %} {% block page_title %}{{ title }} - {{ page_title }}{% endblock %} {% block body %}
{% block messages %} {% for level, message in get_flashed_messages(with_categories=true) %} {% endfor %} {% endblock %}

{{ title }}

{{ form.csrf_token }} {% for field in form %} {% if field != form.csrf_token %}
{{ field.label(class_="form-label") }} {{ field }}
{% endif %} {% endfor %}
Cancel
{% endblock body %}