{% extends "layout.html" %} {% block content %}
{% set count=[0] %} {% for item in datafromjson %} {% if item.lower().endswith(('.png', '.jpg', '.jpeg')) %} {% elif item.lower().endswith(('.mp4')) %} {% elif item.lower().endswith(('.mov')) %} {% elif item.lower().endswith(('.mp3')) %} {% elif item.lower().endswith(('.wav')) %} {% elif item.lower().endswith(('.pdf')) %} {% endif %} {% endfor %}

{{ itemid }}. {{index_dict[itemid]}}

{% set count=[0] %} {% for item in datafromjson %} {% if item.lower().endswith(('.html')) %} {{ namefile[count[0]][12:-5] }}

{{ textfiles[count[0]] }} {% if count.append(count.pop() + 1) %}{% endif %}


{% endif %} {% endfor %}
{% set int_itemid = itemid|int %} {% if itemid != "32" %} {% set countplus = int_itemid + 1 %} {% if int_itemid in range(1,9) %} {% set addressplus = "/description?id=" + "0" + countplus|string %} {% else %} {% set addressplus = "/description?id=" + countplus|string %} {% endif %} {% else %} {% set addressplus = "/description?id=" + itemid %} {% endif %} {% if itemid != "01" %} {% set countminus = int_itemid - 1 %} {% if int_itemid in range(1,11) %} {% set addressminus = "/description?id=" + "0" + countminus|string %} {% else %} {% set addressminus = "/description?id=" + countminus|string %} {% endif %} {% else %} {% set addressminus = "/description?id=" + itemid %} {% endif %} {% endblock %}