Block {{ user.username }}
{% if user.isBlocked %}

Blocked until: {{ user.blockedUntil|dtz }}

{% else %} {{ form_start(form, {'action': path('app_user_block', {'id': user.id}), 'attr': {'data-turbo-frame': '_top'}}) }} {{ form_widget(form) }}
{{ form_end(form) }} {% endif %}