{% load wagtailcore_tags %} {% load wagtailimages_tags %} {% for slide in value.slides %} {% if slide.imagem %} {% image slide.imagem width-1920 format-webp as slide_img %} {% endif %} {% if slide.titulo %} {{ slide.titulo|richtext }} {% endif %} {% if slide.subtitulo %} {{ slide.subtitulo|richtext }} {% endif %} {% if slide.logo %} {% image slide.logo width-400 as logo_img %} {% endif %} {% if slide.botoes %} {% for botao in slide.botoes %} {% if botao.texto %} {% if botao.pagina_interna %} {% if botao.icone %}{% endif %} {{ botao.texto }} {% endif %} {% endfor %} {% endif %} {% endfor %} {% if value.mostrar_setas and value.slides|length > 1 %} {% endif %} {% if value.mostrar_indicadores and value.slides|length > 1 %} {% for slide in value.slides %} {% endfor %} {% endif %}