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

xmltv

{% for epg_method in fhdhr.config.dict["epg"]["valid_methods"] %} {% if epg_method not in [None, "None"] %} {% set epg_method_name = epg_method %} {% if epg_method == "origin" %} {% set epg_method_name = fhdhr.config.dict["main"]["dictpopname"] %} {% endif %} {% endif %} {% endfor %}
Version XMLTV Link EPG Link Actions
{{ epg_method_name }} {{ epg_method_name }} {{ epg_method_name }}
{% endblock %}