{% block choice_row -%}

{{- ('category.' ~ name ~ '.title')|trans({}, 'EkynaCookieConsent') -}}

{{- ('category.' ~ name ~ '.description')|trans({}, 'EkynaCookieConsent') -}}

{% for child in form -%} {% if not child.rendered -%} {{- form_widget(child) -}} {{- form_label(child, null, {translation_domain: choice_translation_domain}) -}} {%- endif %} {%- endfor %}
{%- endblock %}