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