{% extends "base.html" %} {% block title %}Settings - SporeDB{% endblock %} {% block content %}
Admin settings — changes affect all users in this organization.
| Name | Role | Created | |
|---|---|---|---|
| {{ u.name or u.email.split('@')[0] }} | {{ u.email }} |
{% if u.id == user.user_id %}
{{ u.role }}
(you)
{% else %}
{{ u.role }}
{% endif %}
|
{{ u.created_at.strftime('%Y-%m-%d') if u.created_at else '-' }} |