{% extends "api/base.html" %} {% load static %} {% block headmain %}EKB{% endblock %} {% block style%} {% endblock %} {% block moblie_menuu %} {% if is_valid == "yes"%} {% if testthing %} {% for object in testthing %} {% if object.0 == 'header' %}
  • {{object.1}}
  • {% endif %} {% endfor %} {% endif %} {% elif is_valid == "no" %} {% if testthing %} {% for object in testthing %}
  • {{object.title}}
  • {% endfor %} {% endif %} {% endif %} {% endblock %} {% block history_dropdown %} {% if random_history %} {% for ran in random_history %} {{ran.title}} {% endfor %} {% else %} ошибка.... {% endif %} {% endblock %} {% block places_dropdown %} {% if random_places %} {% for ran in random_places %} {{ran.title}} {% endfor %} {% else %} ошибка.... {% endif %} {% endblock %} {% block celebrity_dropdown %} {% if random_celebrity %} {% for ran in random_celebrity %} {{ran.title}} {% endfor %} {% else %} ошибка.... {% endif %} {% endblock %} {% block theaters_and_music_dropdown %} {% if random_theaters_and_music %} {% for ran in random_theaters_and_music %} {{ran.title}} {% endfor %} {% else %} ошибка.... {% endif %} {% endblock %} {% block maincontent %} {% if is_valid == "yes"%}
    {% if testthing %} {% for object in testthing %} {% if object.0 == 'header' %} {% if forloop.counter == 1 %} {{object.1}} {% else %} {{object.1}} {% endif %} {% endif %} {% endfor %} {% endif %}

    {% if testthing %} {% for object in testthing %} {% if object.0 == 'header' %}
    {% if forloop.counter == 1 %}
    {% else %}


    {% endif %} {% endif %} {% if object.0 == 'text' %}

    {{object.1}}
    {% endif %} {% if object.0 == 'img' %} {% for picture in object.1 %} {% if picture %} imgg {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% if authtor %}
    {% endif %}
    {{date}}

    {% elif is_valid == "no" %}
    {% if testthing %} {% for object in testthing %} {% if forloop.counter == 1 %} {{object.title}} {% else %} {{object.title}} {% endif %} {% endfor %} {% endif %}
    {% for object in testthing %} {% if forloop.counter == 1 %}
    {% if object.img_preview %} {% endif %} {% else %}




    {% if object.img_preview %}
    {% endif %} {% endif %} {% endfor %}
    {% else %}
    {% endif %} {% endblock %} {% block js %}{% endblock %}