You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
724 B

{% extends "templates/lilcity/index.html" %} {% load static %}
{% block title %}Рисовальный лагерь LilCity{% endblock title%}
{% block ogimage %}http://{{request.META.HTTP_HOST}}{% static 'img/og_main.jpg' %}{% endblock %}
{% block content %}
{% if not is_purchased and not prev_school_payments_exists %}
{% include "../drawing_camp/promo.html" %}
{% include "../blocks/schedule.html" %}
{% include "../drawing_camp/gallery.html" %}
{% include "../drawing_camp/about.html" %}
{% include "templates/blocks/game.html" %}
{% include "templates/blocks/partners.html" %}
{% else %}
{% include "../drawing_camp/schedule_purchased.html" %}
{% include "templates/blocks/partners.html" %}
{% endif %}
{% endblock %}