{% if editmode %}
Admin: {{ 'form_builder.email.placeholder_list_available'|trans({},'admin')|format('%Text(firstname);')|raw }}
{# If you're using output workflows, this property will be added on runtime and is not available in editmode! #} {% if document.getProperty('mail_force_plain_text') == true %}
Admin: {{ 'form_builder.email.forced_plain_text_enabled'|trans({},'admin') }}
{% endif %} {# If you're using output workflows, this property will be added on runtime and is not available in editmode! #} {% if document.getProperty('mail_disable_default_mail_body') != true %}
Admin: {{ 'form_builder.email.form_renders_automatically'|trans({},'admin') }}
{% else %}
Admin: {{ 'form_builder.email.custom_style_activated_use_placeholder'|trans({},'admin')|format('%Text(firstname);')|raw }}
{% endif %} {% endif %}
{{ pimcore_wysiwyg('text', {width: '500'}) }}
{# If you're using output workflows, this property will be added on runtime and is not available in editmode! #} {% if document.getProperty('mail_disable_default_mail_body') != true %}
{% if editmode != true %} {% if body is defined %}{{ body|raw }}{% endif %} {% else %}

{{ 'form_builder.email.form_will_placed_here'|trans({},'admin') }}

{% endif %}
{% endif %}