{% extends "base.html" %} {% block title %}Admin: users - warhawk-watch{% endblock %} {% block content %}
| Username | Admin | Created | Reset password | ||
|---|---|---|---|---|---|
| {{ u['username'] }} | {{ u['email'] }} | {{ 'yes' if u['is_admin'] else 'no' }} | {{ u['created_at'] }} | {% if not u['is_admin'] %} {% endif %} | {% if not u['is_admin'] %} {% endif %} |