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

{{ user.username }}

Email: {{ user.email or '—' }} · Episode actions logged: {{ action_count }}

Devices ({{ devices|length }})

{% for d in devices %} {% else %} {% endfor %}
IDCaptionType
{{ d.deviceid }}{{ d.caption or '' }}{{ d.type }}
none

Active subscriptions ({{ subscriptions|length }})

{% for s in subscriptions %} {% else %} {% endfor %}
Podcast URLDevice
{{ s.podcast_url }}{{ s.device_id }}
none
{% endblock %}