{% include "root_header_begin.html" %} {% include "tv/header_jquery.html" %} {% include "root_header_end.html" %} {% include "tv/sidebar_start.html" %} {% include "tv/sidebar_selected.html" %} {% include "tv/sidebar_end.html" %}
{{ tv_title }} - Overview
{% if tv_overview_list is not none %} {% set checked = false %}
{% for zp_eapi_id, zp_eapi_dict in tv_overview_list.items() %} {% for overview in zp_eapi_dict.overviews %} {% if overview.zp_tv_overview_id == user_tv_overview_id %} {% set checked = true %} {% endif %} {% if zp_eapi_id > 0 %} EAPI: {{ eapi_name_dict[zp_eapi_id] }}, Lang: {{ lang_name_dict[overview.zp_lang_id] }} (All users can see this) {% elif overview.zp_user_id > 0 and overview.zp_user_id == current_user.id|int %} Your Custom Overview (All users can see this) {% elif overview.zp_user_id > 0 and overview.zp_user_id != current_user.id|int %} Other Users Custom Overview (All users can see this) {% elif overview.lang_default == 1 %} Your Language Default (Only people with the same language setting as you can see this) {% elif overview.main_default == 1 %} Main Default (All users can see this) {% else %} This message should not be seen please report this as an issue {% endif %}
{{ overview.overview }}

{% set checked = false %} {% endfor %} {% endfor %}

{% else %}

There is no overview

{% endif %}

{% include "root_footer.html" %}