{% extends "dashboard_base.html" %} {% block title %}Admin — calrs{% endblock %} {% block dashboard_content %}
Displayed on public booking pages. Recommended: PNG or SVG, max 2 MB.
{% if has_logo %}Choose a color theme for all pages. The dark/light toggle is separate — themes adapt to both modes.
No users yet.
{% endif %}| Group name | Members |
|---|---|
| {{ g.name }} |
{% if g.members %}
{% for m in g.members %}
{% endfor %}
{% if g.members | length > 5 %}
{% endif %}
{% else %}
{{ g.member_count }}
{% endif %}
|
No groups synced yet. Groups are automatically synced from your OIDC provider.
{% endif %}SMTP is not configured.
{% endif %}SMTP configuration must be managed via the CLI (calrs config smtp) for security reasons.