{% extends "layout.html" %} {% block content %}
# | {{ _('State') }} | {{ _('Login') }} | {{ _('Member since') }} | {{ _('Last seen') }} | {{ _('Actions') }} |
---|---|---|---|---|---|
{{ loop.index }} | {% if user.is_admin %}{% endif %} {% if user.is_api %}{% endif %} {% if not user.is_active %}{% endif %} | {{ user.login }} | {{ user.created_at | datetime }} | {{ user.last_seen | datetime }} | {% if current_user.id != user.id %} {% if not user.is_active %}{% else %}{% endif %} {% endif %} |