{% 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 %} {{ 'read_more'|trans({}, 'EkynaCookieConsent') }}.
{%- endblock %} {{ form_start(form) }}{{- 'category.necessary.title'|trans({}, 'EkynaCookieConsent') -}}
{{- 'category.necessary.description'|trans({}, 'EkynaCookieConsent') -}}
{% if not options.expanded %} {% endif %} {# % if options.expanded %#} {% block submit_button -%} {%- endblock %} {# % endif %#} {% block all_button -%} {%- endblock %}
{{ form_end(form) }}