Warning : this commit require to rename some table column, but the
original Version file has been update.
If you do not care to loose your date, you may run :
```
php app/console doctrine:migrations:execute --down 20160318111334
php app/console doctrine:migrations:execute --up 20160318111334
php app/console doctrine:cache:metadata #(if you have a cache for
doctrine meta date)
```
close#20
- i18n of all the form
- add a title to each page
- chill layout of each page
- add flash message on successfully creation and update action
For the update page, (see #23), the user is not allowed to update
the center
close#23close#2