{% extends "base.html" %} {% load static %} {% block title %}Delete Training Material - {{ block.super }}{% endblock %} {% block content %}
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 %}