{% import "/common/macros.twig" as icwp_macros %} {% block notice_wrapper %}
 
{% if strings.title|default('') is not empty %}

{{ strings.title|title }}

{% endif %}
{% block notice_body %}{% endblock %}
{% endblock %} {% block notice_js %} {% endblock %}