refactor(contacts): move the admin pages to Twig
The four admin templates of the module become @contacts/admin/*.twig and the
four controllers return ViewResponse.
- the status filters of the list and the multilingual fields of the settings
were built in the templates and now come from the controllers
- the message text goes through the nl2br filter, which escapes before it
inserts the breaks
four controllers return ViewResponse.
- the status filters of the list and the multilingual fields of the settings
were built in the templates and now come from the controllers
- the message text goes through the nl2br filter, which escapes before it
inserts the breaks