{% extends "base.html" %} {% load steeloweb_extras %} {% block title %}Delete {{ object.name }}?{% endblock %} {% block content %}

Confirm Deletion

Are you sure you want to delete this master Excel file?

This action cannot be undone!
{% if object.data_preparations.exists %} {% endif %}
Name: {{ object.name }}
File: {{ object.file.name|basename }}
Size: {{ object.file.size|filesizeformat }}
Uploaded: {{ object.created_at|date:"Y-m-d H:i:s" }}
Used by: {{ object.data_preparations.count }} data preparation(s)
{% if object.description %}
Description:

{{ object.description }}

{% endif %}
{% csrf_token %}
Cancel
{% endblock %}