{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %} Delete image {% endblock %} {% load static %} {% block content %}
{% csrf_token %}

Are you sure you want to delete this image from {{ object.lot_number.lot_name }}?

Cancel
{% endblock %}