{% load i18n %} {% if users %}

{% trans "Select User" %}:

{% else %} {% if users.count > 0 %} {% trans "This user is not allowed to switch identity." %} {% else %} {% trans "There are not valid users available." %} {% endif %} {% endif %}