{% extends "base.html" %} {% block title %}My dashboard - {{ user.username }}{% endblock %} {% block content %}

My dashboard

Signed in as {{ user.username }}{% if user.email %} · {{ user.email }}{% endif %}{% if is_admin %} · admin{% endif %}.

Subscriptions

{{ stats.subscriptions }}

Devices

{{ stats.devices }}

Episode actions

{{ stats.episode_actions }}

Favorites

{{ stats.favorites }}

{% if stats.last_action %}

Last action uploaded: {{ stats.last_action|fmt_ts }}

{% endif %}

Sections

{% endblock %}