{% extends "base.html" %} {% block content %}
| Status | Channel | Method | Time Active | Total Downloaded | Options | Action | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ tuner_dict["number"] }} | {{ tuner_dict["status"] }} | {% if tuner_dict["status"] in ["Active", "Acquired"] %}{{ tuner_dict["channel_number"] }} | {% else %}N/A | {% endif %} {% if tuner_dict["status"] == "Active" %}{{ tuner_dict["method"] }} | {{ tuner_dict["play_duration"] }} | {{ tuner_dict["downloaded"] }} | {% else %}N/A | N/A | N/A | {% endif %}{% if tuner_dict["status"] != "Inactive" %} {% endif %} {% if not tuner_scanning and tuner_dict["status"] == "Inactive" %} {% endif %} |