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

fHDHR Streams

{% for tuner_dict in tuner_list %} {% if tuner_dict["status"] in ["Active", "Acquired"] %} {% else %} {% endif %} {% if tuner_dict["status"] == "Active" %} {% else %} {% endif %} {% endfor %}
Status Channel Method Time Active Total Downloaded Options Action
{{ tuner_dict["number"] }} {{ tuner_dict["status"] }}{{ tuner_dict["channel_number"] }}N/A{{ tuner_dict["method"] }} {{ tuner_dict["play_duration"] }} {{ tuner_dict["downloaded"] }}N/A N/A N/A {% if tuner_dict["status"] != "Inactive" %} {% endif %} {% if not tuner_scanning and tuner_dict["status"] == "Inactive" %} {% endif %}
{% endblock %}