{% extends 'layouts/main.html' %} {% block title %}Delete Entry {{ restriction }}{% endblock %} {% block content %}
You are about to delete the entry {{ restriction }}. If this entry has dependent downstream entries, these entries will be deleted as well. The below delete message indicates if any downstream entries will be deleted.

{% for imessage in message %} {{ imessage }}
{% endfor %}

{% endblock %}