{% extends 'base.html' %} {% block body %} {% if unvalidatedUsersArr %}
{{ 'There are users waiting for validation of their account:'|trans|msg('warning', false) }}
{% endif %}
{% endblock body %}