{% extends "admin/base.html" %} {% block content %}
{{_('Radio Settings',2)}}
{{ csrf_token()|raw }}
{% for radio_station in radio_stations %} {% endfor %}
{{_("Name",2)}} {{_("Description",2)}} {{_("Source",2)}} {{_("Image",2)}} {{_("Status",2)}}
{% endblock %}