{% extends "dashboard_base.html" %} {% block title %}{{ t("overview-page-title") }} — calrs{% endblock %} {% block dashboard_content %}
{{ user_email }}{% if user_role == "admin" %} · {{ t("admin-badge-admin") }}{% endif %}
{% if username %}{{ t("overview-public-page") }} /u/{{ username }}
{% endif %}{{ t("overview-getting-started-help") }}