{% trans into locale %}Sitemap{% endtrans %}
{% trans into locale %}Sections{% endtrans %}
{% trans into locale %}Categories{% endtrans %}
{% trans into locale %}Pieces{% endtrans %}
-
{% for variante in variantes %}
- {{ variante.prefijo~' '~variante.nombre }} {% endfor %}
{% trans into locale %}Blog{% endtrans %}
- {% trans into locale %}Blog{% endtrans %} {% for contenido in contenidos %} {% set break = false %} {% set contenido_textos = [] %} {% for traduccion in contenido.traduccionesContenido %} {% if (traduccion.idioma.codigo == locale or loop.index == contenido.traduccionesContenido|length) and not break %} {% set contenido_textos = traduccion %} {% set break = true %} {% endif %} {% endfor %}
- {{ contenido_textos.titulo|length > 75 ? contenido_textos.titulo|slice(0, 75) ~ '...' : contenido_textos.titulo }} {% endfor %}