{% if page.url == 'main' and request.LANGUAGE_CODE == 'ru' %}
{% endif %}
{% if page.url == 'main' and request.LANGUAGE_CODE == 'en' %}
{% endif %}
{% if page_name == 'create_route_for_mover' and request.LANGUAGE_CODE == 'ru' %}
{% endif %}
{% if page_name == 'create_route_for_mover' and request.LANGUAGE_CODE == 'en' %}
{% endif %}
{% if page_name == 'create_route_for_customer' and request.LANGUAGE_CODE == 'ru' %}
{% endif %}
{% if page_name == 'create_route_for_customer' and request.LANGUAGE_CODE == 'en' %}
{% endif %}
{% if page.url == 'for_customers' and request.LANGUAGE_CODE == 'ru' %}
{% endif %}
{% if page.url == 'for_customers' and request.LANGUAGE_CODE == 'en' %}
{% endif %}
{% if page.url == 'for_movers' and request.LANGUAGE_CODE == 'ru' %}
{% endif %}
{% if page.url == 'for_movers' and request.LANGUAGE_CODE == 'en' %}
{% endif %}
{% if page.url == 'about_service' and request.LANGUAGE_CODE == 'ru' %}
{% endif %}
{% if page.url == 'about_service' and request.LANGUAGE_CODE == 'en' %}
{% endif %}
{% if articles and request.LANGUAGE_CODE == 'ru' and not page.url == 'main' %}
{% endif %}
{% if articles and request.LANGUAGE_CODE == 'en' and not page.url == 'main' %}
{% endif %}
{% if page.url == 'partners' and request.LANGUAGE_CODE == 'ru' %}
{% endif %}
{% if page.url == 'partners' and request.LANGUAGE_CODE == 'en' %}
{% endif %}
{% if page.url == 'advertisement' and request.LANGUAGE_CODE == 'ru' %}
{% endif %}
{% if page.url == 'advertisement' and request.LANGUAGE_CODE == 'en' %}
{% endif %}
{% if page.url == 'customer_service' and request.LANGUAGE_CODE == 'ru' %}
{% endif %}
{% if page.url == 'customer_service' and request.LANGUAGE_CODE == 'en' %}
{% endif %}
{% if page.url == 'contacts' and request.LANGUAGE_CODE == 'ru' %}
{% endif %}
{% if page.url == 'contacts' and request.LANGUAGE_CODE == 'en' %}
{% endif %}