-{% extends '@RapsysAir/body.html.twig' %}
+{% extends '@RapsysAir/base.html.twig' %}
 {% block content %}
        <section id="form">
-               <h2>{{ section }}</h2>
+               <header>
+                       <h2>{{ title.page }}</h2>
+                       <p>{{ description }}</p>
+               </header>
                {{ form_start(form) }}
                        <div>
                                {{ form_row(form.description) }}
 
                                {{ form_row(form.rate) }}
 
+                               {{ form_row(form.hat) }}
+
                                {{ form_row(form.contact) }}
 
                                {{ form_row(form.donate) }}