{% from "formhelpers.html" import render_field_label, render_field %} {{ title }} {{ state_img }}
{{ render_field_label(authentication_form.username) }} {{ render_field_label(authentication_form.password) }}
{{ render_field(authentication_form.open) }} {{ render_field(authentication_form.close) }} {{ authentication_form.csrf_token }}
{% if response %}

{{ response.to_html() }}

{% endif %}
Die Kitchen ist: {{ state_text }}