{% if banners is defined and banners is not empty %}{% for banner in banners %}<div class="is-Alert is-Alert_Warning is-Alert_Dismissible is-HomeBanner is-hide" id="is-HomeBanner-{{ banner.id }}" role="alert"><button type="button" class="is-Close" data-dismiss="alert" aria-label="{{ 'close' | trans }}"><span aria-hidden="true">×</span></button><p class="is-Alert-Title">{% if banner.picto is defined and banner.picto is not empty %}<i class="is-Icon is-Icon-com-{{banner.picto}} is-Disruption-State_{{banner.picto}}" aria-hidden="true"></i>{% endif %}{{ banner.title }}</p>{% if banner.description is defined and banner.description is not empty %}{{ banner.description }}{% endif %} {% if banner.link is defined and banner.link is not empty and banner.buttonText is defined and banner.buttonText is not empty %} <a href="{{ banner.link }}">{{ banner.buttonText }}</a>{% endif %}</div>{% endfor %}{% endif %}