{% extends "base.html" %} {% block content %}

What's On {{ fhdhr.config.dict["fhdhr"]["friendlyname"] }}

{% for chan_dict in channelslist %} {% endfor %} {% endblock %}
Play Channel Name Channel CallSign Channel Number Status Options
{% if chan_dict["enabled"] %} Play {% endif %} {{ chan_dict["name"] }} {{ chan_dict["callsign"] }} {{ chan_dict["number"] }} {% if chan_dict["enabled"] %} Enabled {% elif not chan_dict["enabled"] %} Disabled {% endif %}
{% if chan_dict["enabled"] %} {% elif not chan_dict["enabled"] %} {% endif %}