{% extends "enap_designsystem/base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% load css_tags %} {% load static %} {% block extra_css %}{% block_css 'enap_designsystem/blocks/pagelist_block.css' %}{% endblock %} {% block content %} {{ value.section_label }} {{ value.title }} {{ value.subtitle }} {% for feature in value.features %} {% if feature.icon %}{% endif %} {{ feature.text }} {% endfor %} {% for page in pages %} {% comment %}BUSCA IMAGEM NO BACKGROUND_MEDIA DO CITIZEN SERVER{% endcomment %} {% if page.body and page.body|length > 0 %} {% for block in page.body %} {% if block.block_type == 'citizen_server' %} {% for media_block in block.value.background_media %} {% if media_block.block_type == 'image' and media_block.value %} {% image media_block.value fill-600x380 format-webp preserve-svg as card_img %} {% elif media_block.block_type == 'video' and media_block.value %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% else %} Adicione CitizenServer com imagem {% endif %} {{ page.title }} {% if page.search_description %} {{ page.search_description|truncatechars:100 }} {% else %} Explore este conteúdo especialmente selecionado. {% endif %} Explorar conteúdo {% empty %} {% endfor %} {% for page in pages %} {% endfor %} {% endblock %}
{{ value.section_label }}
{{ value.subtitle }}
{% if page.search_description %} {{ page.search_description|truncatechars:100 }} {% else %} Explore este conteúdo especialmente selecionado. {% endif %}