{% extends 'base.html' %} {% load staticfiles %} {% load i18n %} {% block extrameta %} {% endblock %} {% block main %}
    {% if game.ios_url %}
  • {% endif %} {% if game.android_url %}
  • {% endif %}
{# IMAGE #}
{#s#} {# GAME #}
{#

{% autoescape off %}{{ game.play_code }}{% endautoescape %}

#}
{# FOR PARENTS TEXT #}

{% autoescape off %}{{ game.parents_text }}{% endautoescape %}

{# PACKEGES #}
{% autoescape off %}{{ game.package_sale_phrase }}{% endautoescape %}
{% for item in packages %}
{% autoescape off %}{{ item.name }}{% endautoescape %}
{#
{{ item.price }} руб.
#}
{% autoescape off %}{% check_purchase_2 user.pk item.pk 'div' 'buy' %}{% endautoescape %}
{{ item.price }} руб.
{% endfor %}
{# PRECEPT #}
{% autoescape off %}{{ game.precept_sale_phrase }}{% endautoescape %}
{% for item in precepts %}
{% autoescape off %}{{ item.name }}{% endautoescape %}
подробнее
{% autoescape off %}{% check_purchase_2 user.pk item.pk %}{% endautoescape %}
{{ item.price }} руб.
{% endfor %}
{# PRECEPT #}
{% endblock %}