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

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

{% else %}

There is no title

{% endif %}

{% include "root_footer.html" %}