{% extends 'house_manager/layout.html.twig' %} {% block title %}Feedback abgeben{% endblock %} {% block content %}

Dein Feedback zu {{ disposition.teamer }}

{{ disposition.assignment.jobProfile.name }}, {{ disposition.assignment.destination }}
{{ form_start(form) }}
{% for child in form.ratings.children %}

{{ child.vars.label }}

{{ form_widget(child) }}
{% endfor %}
{{ form_row(form.comment) }}
{{ form_row(form.commentInternal) }}
{{ form_rest(form) }} {{ form_end(form) }} {% endblock %}