{% extends 'base.html' %} {% load static %} {% block title %}Delete Document - HR - Optinet Global Links{% endblock %} {% block content %}

Delete Document

Back to Documents
Warning! This action cannot be undone.
Are you sure you want to delete this document?
Employee:
{{ object.employee.full_name }}
Document Type:
{{ object.get_document_type_display }}
Title:
{{ object.title }}
Upload Date:
{{ object.uploaded_at|date:"M d, Y H:i" }}
File Size:
{{ object.file_size }}
{% csrf_token %}
Cancel
{% endblock %}