{{ element.title }}
{% endif %} - {% if element.contract|default('') is not empty %} -{{ element.contract }}
- {% endif %}
- {% if element.localisation|default('') is not empty %}
- {{ element.localisation }}
- {% endif %}
+
+ {% if element.contract|default('') is not empty %}
+
{% elseif element.display == constant('MonsieurBiz\\SyliusUiElementsPlugin\\Form\\Type\\UiElement\\JobOfferUiElementType::DISPLAY_COMPLETE') %}
{{ element.contract }}
+ {% endif %}
+ {% if element.localisation|default('') is not empty %}
+ {{ element.localisation }}
+ {% endif %}
+
{% if element.title|default('') is not empty %}
{{ element.title }}
{% endif %} - {% if element.contract|default('') is not empty %} -{{ element.contract }}
- {% endif %}
- {% if element.localisation|default('') is not empty %}
- {{ element.localisation }}
- {% endif %}
-
+
+ {% if element.contract|default('') is not empty %}
+
{% if element.content|default('') %}
{{ element.contract }}
+ {% endif %}
+ {% if element.localisation|default('') is not empty %}
+ {{ element.localisation }}
+ {% endif %}
+
{{ element.content|raw }}