{% extends "alert_base.html" %} {% block content %}

{{ title }}

{{ prompt|replace("\n", "
"|safe) }}

{% if "ok" in buttons %} {% endif %} {% if "yes" in buttons %} {% endif %} {% if "no" in buttons %} {% endif %} {% if "cancel" in buttons %} {% endif %}
{% endblock content %}