{% extends "base.html" %} {% block content %}
{{ response.message }}
{% if response.related_info %}Please confirm if you want to delete this object or if you want to resolve the relationships first.
{% else %}There are no relationships preventing the deletion of this object. It can be safely deleted.
{% endif %}