{% extends 'base.html.twig' %} {% block body %}

{{ campaignEntity.name }} {% if campaignEntity.dynBanner %} {% endif %}


{% if advertisingList|length > 0 %} {# desktop version >= 768px #} {% include 'campaign/responsive/show/desktop.html.twig' %} {# mobile version < 768px #} {% include 'campaign/responsive/show/mobile.html.twig' %} {# ---------------------------------------------------------------------------------------------------------- #} {# checkbox fallback #} {# ---------------------------------------------------------------------------------------------------------- #}
{# ---------------------------------------------------------------------------------------------------------- #} {# create zip #} {# ---------------------------------------------------------------------------------------------------------- #}
{% endif %} {# -------------------------------------------------------------------------------------------------------------- #} {# upload #} {# -------------------------------------------------------------------------------------------------------------- #}
{# -------------------------------------------------------------------------------------------------------------- #} {# show json #} {# -------------------------------------------------------------------------------------------------------------- #} {% if campaignEntity.dynBanner %} {# {% if campaignEntity.json|length > 0 %} {% set jsonValue = campaignEntity.json %} {% else %} {% set jsonValue = campaignEntity.name %} {% endif %}
#} {% if jsonPropertyArray|length > 1 %} {% set disabled = "" %} {% else %} {% set disabled = "disabled" %} {% endif %}
{% if jsonPropertyArray is not empty %} {% if jsonPropertyArray.uid == 1 or jsonPropertyArray.uid == 2 %}
{% if jsonPropertyArray.uid == 1 %} {% for key, value in jsonPropertyArray %} {% if key == 'dynimage' %} {% else %} {% endif %} {% endfor %} {% else %} {% for property in jsonPropertyArray %} {% if property.value is defined %} {% endif %} {% if property.styles is defined %} {% endif %} {% if property.image is defined %} {% endif %} {% endfor %} {% endif %}
{% trans %}label_json_key{% endtrans %} {% trans %}label_json_value{% endtrans %}
{{ key }} {{ value|raw }}
{{ property.label }} {{ property.value|raw }}
{{ property.label }}

{{ property.styles }}
{{ property.label }}

{% else %}
{% endif %} {% endif %}
{% endif %} {# -------------------------------------------------------------------------------------------------------------- #} {# buttons #} {# -------------------------------------------------------------------------------------------------------------- #}
{% trans %}button_back{% endtrans %}
{% endblock %}