Titre
{% trans %}Tag{% endtrans %}
{% if content.contentData.additionalData is empty %}
N/A
{% else %}
{% for tag in tags %}
{% if tag.id == content.contentData.additionalData.refTag %}
{% endif %}
{% endfor %}
{% endif %}
|
{% if content.trashedAt == null %}
{{ form_widget( form.active ) }}
{% else %}
{{ form_widget( form.active, { 'attr': { 'disabled':'disabled' } } ) }}
{% endif %}
|
|
{% if content.trashedAt == null %}
{{ form_widget( form.activeIntercalary ) }}
{% else %}
{{ form_widget( form.activeIntercalary, { 'attr': { 'disabled':'disabled' } } ) }}
{% endif %}
|
|
{% if content.trashedAt == null %}
{{ form_widget( form.highlight ) }}
{% else %}
{{ form_widget( form.highlight, { 'attr': { 'disabled':'disabled' } } ) }}
{% endif %}
|
{% if content.contentData.type != 'text' %}
|
{% if content.trashedAt == null %}
{{ form_widget( form.text ) }}
{% else %}
{{ form_widget( form.text, { 'attr': { 'disabled':'disabled' } } ) }}
{% endif %}
|
{% endif %}
Texte
{{ content.contentData.text }}
Il vous reste caractères.
{% if content.source != 'back-office' %}
{% trans %}Utilisateur{% endtrans %}
{% if content.trashedAt == null %}
{{ form_row( form.isWhitelisted ) }}
{% else %}
{{ form_row( form.isWhitelisted, { 'attr': { 'disabled':'disabled' } } ) }}
{% endif %}
{% if content.trashedAt == null %}
{{ form_row( form.isBlacklisted ) }}
{% else %}
{{ form_row( form.isBlacklisted, { 'attr': { 'disabled':'disabled' } } ) }}
{% endif %}