{% extends 'layouts/dashboard.html' %} {% load static %} {% block title %}Delete Creative - {{ object.name }} - Adtlas{% endblock %} {% block meta_description %}Confirm deletion of creative: {{ object.name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Delete Creative

Warning: This action cannot be undone

You are about to permanently delete this creative and all associated data.

Creative to be Deleted
{% if object.primary_file %} {% if object.creative_format.format_type == 'video' %} {% elif object.creative_format.format_type == 'audio' %}
{% else %} {{ object.name }} {% endif %} {% else %}
{% endif %}
{{ object.name }}
{% if object.description %}
Description:

{{ object.description }}

{% endif %}
Status: {{ object.get_creative_status_display }}
{% if object.campaign %}
Campaign: {{ object.campaign.name }}
{% endif %} {% if object.creative_format %}
Format: {{ object.creative_format.name }}
{% endif %}
Created: {{ object.created_at|date:"M d, Y" }}
Created By: {{ object.created_by.get_full_name|default:object.created_by.username }}
{% if object.file_size %}
File Size: {{ object.file_size|filesizeformat }}
{% endif %}
Impact Assessment
What will be deleted:
  • Creative file and metadata
  • All versions and variants
  • Approval history
  • Performance data
  • Associated assets
Related data:
    {% if object.campaign %}
  • Campaign "{{ object.campaign.name }}" will remain
  • {% endif %}
  • User accounts will remain
  • System logs will be preserved
{% if object.creative_status == 'approved' and object.campaign %} {% endif %}
Danger Zone

To confirm deletion, please type the creative name "{{ object.name }}" in the field below:

{% csrf_token %}
Cancel
{% endblock %} {% block extra_js %} {% endblock %}