{% if icon %}
{% endif %}
{% for message in information.get_messages() %} {% for description in message.description %} {% if description.type %} {% include '@types/information/description/' ~ description.type ~ '.twig' %} {% endif %} {% endfor %} {% endfor %}