{% extends "coderedcms/blocks/base_block.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block block_render %} {% load static %} Notícias Fique sabendo de tudo o que acontece na Enap {% for page in pages %} {% if forloop.first %} {% if page.specific.imagem_externa %} {% image page.specific.imagem_externa fill-600x400 format-webp preserve-svg as main_img %} {% elif page.specific.imagem_interna %} {% image page.specific.imagem_interna fill-600x400 format-webp preserve-svg as main_img %} {% elif page.cover_image %} {% image page.cover_image fill-600x400 format-webp preserve-svg as main_img %} {% else %} Sem imagem {% endif %} {{ page.title }} {% if page.specific.descricao_html %} {{ page.specific.descricao_html|striptags|truncatewords:25 }} {% else %} {{ page.body_preview|truncatewords:25 }} {% endif %} {% else %} {% if forloop.counter == 2 %} {% endif %} {% if page.specific.imagem_externa %} {% image page.specific.imagem_externa fill-150x100 format-webp preserve-svg as sec_img %} {% elif page.specific.imagem_interna %} {% image page.specific.imagem_interna fill-150x100 format-webp preserve-svg as sec_img %} {% elif page.cover_image %} {% image page.cover_image fill-150x100 format-webp preserve-svg as sec_img %} {% else %} {% endif %} {{ page.title }} {% if page.specific.descricao_html %} {{ page.specific.descricao_html|striptags|truncatewords:15 }} {% else %} {{ page.body_preview|truncatewords:15 }} {% endif %} {% endif %} {% empty %} Nenhuma notícia disponível no momento. {% endfor %} {% if pages|length > 1 %} {% endif %} {% for page in pages %} {% if page.specific.imagem_externa %} {% image page.specific.imagem_externa fill-350x200 format-webp preserve-svg as carousel_img %} {% elif page.specific.imagem_interna %} {% image page.specific.imagem_interna fill-350x200 format-webp preserve-svg as carousel_img %} {% elif page.cover_image %} {% image page.cover_image fill-350x200 format-webp preserve-svg as carousel_img %} {% else %} Sem imagem {% endif %} {{ page.title }} {% if page.specific.descricao_html %} {{ page.specific.descricao_html|striptags|truncatewords:20 }} {% else %} {{ page.body_preview|truncatewords:20 }} {% endif %} {% empty %} Nenhuma notícia disponível no momento. {% endfor %} {% for page in pages %} {% endfor %} Ver todas as notícias {% endblock %}
{{ page.specific.descricao_html|striptags|truncatewords:25 }}
{{ page.body_preview|truncatewords:25 }}
{{ page.specific.descricao_html|striptags|truncatewords:15 }}
{{ page.body_preview|truncatewords:15 }}
Nenhuma notícia disponível no momento.
{{ page.specific.descricao_html|striptags|truncatewords:20 }}
{{ page.body_preview|truncatewords:20 }}