{% form_theme form '@EkynaCookieConsent/Form/theme.html.twig' %} {% block script %} {% if options.dialog %} {% endif %} {% endblock %}
{% if translations['title'][1] is same as(false) -%} {{ translations['title'][0] }} {%- else -%} {{ translations['title'][0]|trans({}, translations['title'][1]) }} {%- endif %}
{%- endblock %} {% block intro -%}{% if translations['intro'][1] is same as(false) -%} {{ translations['intro'][0] }} {%- else -%} {{ translations['intro'][0]|trans({}, translations['intro'][1]) }} {%- endif %}
{%- endblock %} {% block actions -%}{% if read_more_route is not empty -%} {{ 'read_more'|trans({}, 'EkynaCookieConsent') }} {%- endif %} {% if not options.expanded %} {{ 'settings'|trans({}, 'EkynaCookieConsent') }} {% endif %}
{%- endblock %} {{ form_start(form) }}{{- 'category.necessary.title'|trans({}, 'EkynaCookieConsent') -}}
{{- 'category.necessary.description'|trans({}, 'EkynaCookieConsent') -}}
{% block all_button -%} {%- endblock %} {% block submit_button -%} {%- endblock %}
{{ form_end(form) }}