{% extends "layout.html" %} {% from "macros.html" import render_form %} {% block title %}TOP bearbeiten{% endblock %} {% block content %}
{{render_form(form, action_url=url_for("edit_top", top_id=top.id, next=request.args.get("next") or url_for("show_protocol", protocol_id=top.protocol.id)), action_text="Ändern")}}
{% endblock %}