templates/inquiry/components/gdpr_field.html.twig line 1

  1. <label class="rich-checkbox">
        {{ form_widget(field, {'attr': {'class': 'visually-hidden'}}) }}
        <div class="rich-checkbox__label">
            <span>
                {% trans %}Souhlasím se{% endtrans %}
                <a href="{{ app.request.getLocale() != 'cs' ? '/' ~ app.request.getLocale() : '' }}/gdpr" title="{% trans %}zpracováním osobních údajů{% endtrans %}">
                    {% trans %}zpracováním osobních údajů{% endtrans %}
                </a>
            </span>
        </div>
    </label>