{% extends "jury/base.html.twig" %} {% block title %}Delete {{ type }} {{ primaryKey }} - "{{ description }}" - {{ parent() }}{% endblock %} {% block content %}

Delete {{ type }} {{ primaryKey }} - "{{ description }}"

{% 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?


Cancel
{% endif %} {% endblock %}