{% extends 'team/base.html.twig' %} {% block title %}Send clarification request - {{ parent() }}{% endblock %} {% block content %}

Send Clarification Request

{{ form_start(form) }} {{ form_row(form.recipient) }} {{ form_row(form.subject) }} {{ form_row(form.message) }}
Start typing to see a preview of your message
{{ form_end(form) }}
{% endblock %} {% block extrafooter %} {% endblock %}