{% extends 'base.html.twig' %} {% block title %} BCI Lider {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block body %}
Aprovecha este gran descuento para estudiar tu nuevo idioma.

{{ textos_web.frase_inicial }}

{% for item in descuentos %}
{{ item.titulo }}

{{ item.descuento }}

{{ item.titulo }}
{# imagen #} {% if textos_web.logo_comercio != '' %} {{ marca }} {% else %} {{ marca }} {% endif %}
{% if item.subtitulo != '' or item.indicacion != '' %}
{% if item.subtitulo != '' %}

{{ item.subtitulo }}

{% endif %} {% if item.indicacion != '' %}

({{ item.indicacion }})

{% endif %}
{% endif %} {% endfor %} {% if textos_web.compra_presencial != '' %}
Compra presencial:

{{ textos_web.compra_presencial }}

{% endif %} {% if textos_web.codigo_descuento_online != '' %}
Código Descuento Online:

{{ textos_web.codigo_descuento_online }}

{% endif %} {% if textos_web.codigo_descuento != '' %}
Código Descuento:

{{ textos_web.codigo_descuento }}

{% endif %} Aprovecha este gran descuento para estudiar tu nuevo idioma. Aprovecha este gran descuento para estudiar tu nuevo idioma.
{% endblock body %}