{% extends '@RapsysAir/body.html.twig' %} {% block content %} {{ section }} {{ description }} {{ form_start(form) }} {{ form_row(form.calendar) }} {{ form_row(form.prefix) }} {{ form_row(form.project) }} {{ form_row(form.client) }} {{ form_row(form.secret) }} {{ form_row(form.submit) }} {# Render CSRF token etc .#} {{ form_end(form) }} {% endblock %}
{{ description }}