{% load static wagtailcore_tags wagtailimages_tags %} {% if value.header_image or value.header_color_class %} {% image value.header_image fill-1200x350 as bg_img %}
{% if value.header_with_title or value.header_cta_buttons or value.header_cta_link and value.header_cta_label %}
{% if value.header_with_title %}

{{ page.title }} {% if extra_title %}: {{ extra_title }}{% endif %} {% include "sites_conformes_content_manager/blocks/page_visibility.html" %}

{% endif %} {% if value.header_cta_text %}{{ value.header_cta_text|richtext }}{% endif %} {% if value.header_cta_buttons %} {% include "sites_conformes_content_manager/blocks/buttons_horizontal_list.html" with block=value.header_cta_buttons %} {% endif %}
{% endif %}
{% endif %}