{% extends "partials/modal.html.twig" %} {% block title %}Delete {{ type }} {{ primaryKey }} - "{{ description }}"{% endblock %} {% block content %} {% if isError %}
Error: {{ messages.0 }}
{% else %}

You're about to delete {{ type }} {{ primaryKey }} "{{ description }}".

{% if messages is not empty %}

Warning, this will:

{% endif %}

Are you sure?

{% endif %} {% endblock %} {% block closeButtonText %} {% if isError %}OK{% else %}Cancel{% endif %} {% endblock %} {% block buttonText %}Delete{% endblock %}