Genesis Radio: Recording Scheduler Control Panel

{% for show, info in shows.items() %}
{{ display_names.get(show, show) }}
{{ '✅ Active' if info['recording'] else '❌ Inactive' }}
Duration: {{ info['duration'] }} seconds
{% endfor %}