{% if global_alert|default(null) is not null %}
<p class="alert alert-warning">{{ global_alert|raw }}</p>
{% endif %}