{% extends "base.html" %} {% block title %}diora — radio player{% endblock %} {% block content %}
— no station —
focus 25:00
{% if featured_stations %} {% endif %} {% if user.is_authenticated %}
{% for station in saved_stations %} {% empty %} {% endfor %}
Name Bitrate Country
{{ station.name }} {{ station.bitrate }} {{ station.country }} {{ station.notes }}
No saved stations yet.
{% else %}

Log in or register to save stations and sync across devices.

{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}