{% extends "base.html" %} {% block title %}Users ยท API Gateway{% endblock %} {% macro trash(label) %} {% endmacro %} {% macro pencil(label, modal) %} {% endmacro %} {% block content %}
| Username | API keys | Created | On | |
|---|---|---|---|---|
| {{ u.username }} | {{ u.api_keys | length }} | {{ u.created_at.strftime("%Y-%m-%d") }} | {% if u.id != user.id %} {% else %} {% endif %} | {{ pencil('Edit ' ~ u.username, 'modal-user-' ~ u.id) }} {% if u.id != user.id %} {% endif %} |