{% extends "base.html" %} {% block title %}My dashboard - {{ user.username }}{% endblock %} {% block content %}
Signed in as {{ user.username }}{% if user.email %} · {{ user.email }}{% endif %}{% if is_admin %} · admin{% endif %}.
Last action uploaded: {{ stats.last_action|fmt_ts }}
{% endif %}