{% extends "layout.html" %} {% from "macros.html" import render_form %} {% block title %}Standard-TOP bearbeiten{% endblock %} {% block content %}
{{render_form(form, action_url=url_for("edit_default_top", type_id=protocoltype.id, top_id=default_top.id, next=url_for("show_type", type_id=protocoltype.id)), action_text="Ändern")}}
{% endblock %}