{% extends 'base.html.twig' %} {% block title %}Account Blocked {% endblock %} {% block body %}
disabled account

Account blocked

{% if user.isPermanentlyBlocked %} Your account is blocked indefinitely. {% else %} Your account is blocked until: {{ user.blockedUntil|dtz }}. {% endif %}

Logout
{% endblock %}