{% for user in USERS %} {% endfor %}
{{ _('id') }} {{ _('Login') }} {{ _('Email address') }} {{ _('Member since') }} {{ _('Last seen') }} {{ _('Memberships') }} {{ _('State') }} {{ _('Actions') }}
{{ user.id }} {{ user.login }} {{ user.email }} {{ user.created_at | datetime(format='short') }} {{ user.last_seen | datetime(format='short') }} {{ user.organizations | count }} {% if user.is_api %}{% endif %} {% if not user.is_active %}{% endif %}   {% if current_user.id != user.id %} {% if not user.is_active %}{% else %}{% endif %}  {% endif %}