{% extends "partials/modal.html.twig" %} {% block title %}Delete {{ type }} {{ primaryKey }} - "{{ description }}"{% endblock %} {% block content %} {% if isError %}
You're about to delete {{ type }} {{ primaryKey }} "{{ description }}".
{% if messages is not empty %}Warning, this will:
Are you sure?
{% endif %} {% endblock %} {% block closeButtonText %} {% if isError %}OK{% else %}Cancel{% endif %} {% endblock %} {% block buttonText %}Delete{% endblock %}