{% extends "base.html" %} {% block content %}
| Created | Actions | |
|---|---|---|
| {{ u.email or "(no email)" }} {% if u.id == current_user.id %} you {% endif %} | {{ u.created_at.strftime('%Y-%m-%d %H:%M') if u.created_at else "—" }} | {% if u.id != current_user.id %} {% else %} — {% endif %} |
| No users. | ||