{% extends "base.html" %} {% block title %}Overview - gpodder admin{% endblock %} {% block content %}

Overview

Signed in as {{ admin.username }}.

Users

{{ stats.users }}

Devices

{{ stats.devices }}

Active subs

{{ stats.subscriptions }}

Episode actions

{{ stats.episode_actions }}

Podcast lists

{{ stats.podcast_lists }}

Quick links

{% endblock %}