{% extends "cv/skeleton.html" %} {% load i18n admin_urls static %} {% block styles %} {% endblock styles %} {% block centerbar %}

Delete {{model|title}}

You are about to delete the {{model}} “{{object}}”. Are you sure to want to do that?

{% if object.files.all %}

If you do, the following files will also be deleted:

{% endif %}
{% csrf_token %}
{% endblock centerbar %} {% block endscripts %} {% endblock %}