{% extends "base.html" %} {% load static %} {% block title %}Delete Training Material - {{ block.super }}{% endblock %} {% block content %}

Delete Training Material: {{ object.title }}

Back to List

Are you sure you want to delete the training material "{{ object.title }}" created on {{ object.created_at|date:"M d, Y" }}? This action cannot be undone.

{% if object.file %}

File: {{ object.file.name }}

{% endif %} {% if object.video_link %}

Video Link: {{ object.video_link }}

{% endif %}
{% csrf_token %} Yes, Delete Material
{% endblock %}