{% extends "layout.html" %} {% from "macros.html" import render_form %} {% block title %}Standard-TOP hinzufügen{% endblock %} {% block content %}
{{render_form(form, action_url=url_for("new_default_top", type_id=protocoltype.id, next=url_for("show_type", protocoltype_id=protocoltype.id)), action_text="Anlegen")}}
{% endblock %}