{% extends 'admin/base.html.twig' %} {% block content %}
| {{ 'form.contact_receiver.label.title'|trans }} | {{ 'form.contact_receiver.label.email'|trans }} | {{ 'form.contact.label.status'|trans }} | {{ 'common.action.title'|trans }} |
|---|---|---|---|
| {{ contactReceiver.title }} | {{ contactReceiver.email }} | {{ ('common.status.' ~ contactReceiver.status)|trans }} | {% if contactReceiver.status == 'enabled' %} {% else %} {% endif %} |
{{ 'admin.contact_receiver.index.empty_message'|trans }}
{% endif %}