{% with contents|filter_content:'jumbo-text' as content %}

{{content.title}}

{{content.content|safe}} {% endwith %}

{% get_current_language as LANGUAGE_CODE %} {% if LANGUAGE_CODE == 'ru' %} {% language "en" %}{% trans "Rasatura" %}{% endlanguage %} {% else %} {% trans "Rasatura" %} {% endif %}

{% trans "Raditi con precisione, senza irritazioni" %}

{% with contents|filter_content:'poster1' as content %}

{{content.title}}

{{content.content|safe}} {% trans "Scopri di più" %} {% endwith %}
{% with contents|filter_content:'poster2' as content %}

{{content.title}}

{{content.content|safe}} {% trans "Scopri di più" %} {% endwith %}

{% get_current_language as LANGUAGE_CODE %} {% if LANGUAGE_CODE == 'ru' %} {% language "en" %}{% trans "Skin Care" %}{% endlanguage %} {% else %} {% trans "Skin Care" %} {% endif %}

{% trans "Per un viso luminoso e rilassato" %}

{% with contents|filter_content:'poster3' as content %}

{{content.title}}

{{content.content|safe}} {% trans "Scopri di più" %} {% endwith %}

{% get_current_language as LANGUAGE_CODE %} {% if LANGUAGE_CODE == 'ru' %} {% language "en" %}{% trans "Fragranze" %}{% endlanguage %} {% else %} {% trans "Fragranze" %} {% endif %}

{% trans "Freschezza sulla pelle, tutto il giorno" %}

{% with contents|filter_content:'poster4' as content %}

{{content.title}}

{{content.subtitle}}

{{content.content|safe}} {% trans "Scopri di più" %} {% endwith %}
{% with contents|filter_content:'poster5' as content %}

{{content.title}}

{{content.subtitle}}

{{content.content|safe}} {% trans "Scopri di più" %} {% endwith %}
{% if LANGUAGE_CODE == 'en' %} {% elif LANGUAGE_CODE == 'ru' %} {% else %} {% endif %}