{% if request.app.state.alerts %} {% set alerts = request.app.state.alerts %}
{% include 'alerts.html' with context %}
{% endif %}