{% extends "base.html" %} {% load static %} {% block title %}Delete Consent Form - Patients{% endblock %} {% block content %}
You are about to delete this consent form template. This action cannot be undone and may impact patient consent management and legal compliance.
| Title: | {{ object.title }} |
| Category: | {{ object.get_category_display }} |
| Status: | {{ object.get_status_display }} |
| Version: | v{{ object.version }} |
| Created: | {{ object.created_at|date:"M d, Y H:i" }} |
| Created By: | {{ object.created_by.get_full_name }} |
| Required: | {% if object.is_required %} Required {% else %} Optional {% endif %} |
| Signed: | {{ object.signed_count }} times |
| Pending: | {{ object.pending_count }} signatures |
| Effective: | {{ object.effective_date|date:"M d, Y"|default:"Not set" }} |
| Expiration: | {% if object.has_expiration %} {{ object.expiration_days }} days {% else %} No expiration {% endif %} |
| Last Updated: | {{ object.updated_at|date:"M d, Y H:i" }} |
This is a required consent form. Deleting it will:
This form is currently active. Deleting it will:
This form has been signed {{ object.signed_count }} time{{ object.signed_count|pluralize }}. Deleting it will:
This form has {{ object.pending_count }} pending signature{{ object.pending_count|pluralize }}. Deleting it will:
This form has expiration settings ({{ object.expiration_days }} days). Deleting it will:
Consider these alternatives instead of deletion: