{% extends "base.html" %} {% block content %}
| 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 %}
|