{% extends "layout.html" %} {% from "macros.html" import render_form %} {% block title %}Protokolltyp ändern{% endblock %} {% block content %}
{{render_form(form, action_url=url_for("edit_type", type_id=protocoltype.id), action_text="Ändern")}}
{% endblock %}