{% load css_tags %}{% block_css 'enap_designsystem/blocks/cta_imagem_block.css' %} {% load wagtailimages_tags %} {% block content %}
{{ self.badge_text }}

{{ self.title }} {% if self.highlighted_title %}{{ self.highlighted_title }}{% endif %}

{{ self.description }}
{{ self.button_text }}
{% image self.top_image fill-375x263 format-webp as top_webp_sm %} {% image self.top_image fill-500x350 format-webp as top_webp %} {% image self.top_image fill-375x263 as top_sm %} {% image self.top_image fill-500x350 as top_orig %} {{ top_orig.alt }}
{% image self.bottom_image fill-325x228 format-webp as bottom_webp_sm %} {% image self.bottom_image fill-500x350 format-webp as bottom_webp %} {% image self.bottom_image fill-325x228 as bottom_sm %} {% image self.bottom_image fill-500x350 as bottom_orig %} {{ bottom_orig.alt }}
{% endblock %}