{% extends 'admin/base.html.twig' %} {% block content %}
| {{ 'form.document.label.title'|trans }} | {{ 'form.document.label.user'|trans }} | {{ 'form.document.label.status'|trans }} | {{ 'common.action.title'|trans }} |
|---|---|---|---|
| {{ document.title }} | {% if document.userConcerned is not null %}{{document.userConcerned.firstName }} {{ document.userConcerned.lastName }} {% endif %} | {{ ('common.status.' ~ document.status)|trans }} | {% if document.status == 'enabled' %} {% else %} {% endif %} |
{{ 'admin.document.index.empty_message'|trans }}
{% endif %}