{% extends "base.html" %} {% load static %} {% block title %}Consent Forms - Patients{% endblock %} {% block content %}
|
|
Form Details | Category | Status | Required | Version | Usage | Last Updated | Actions |
|---|---|---|---|---|---|---|---|---|
|
|
{{ form.description|truncatechars:60 }}
{% if form.is_required %}
Required
{% endif %}
{% if form.has_expiration %}
Expires
{% endif %}
|
{{ form.get_category_display }} |
{{ form.get_status_display }}
{% if form.status == 'REVIEW' %}
Since {{ form.review_date|date:"M d" }} {% endif %} |
{% if form.is_required %} Required {% else %} Optional {% endif %} |
v{{ form.version }}
{% if form.has_newer_version %}
Update available {% endif %} |
{{ form.usage_count }} signed
{{ form.pending_count }} pending
|
{{ form.updated_at|date:"M d, Y" }}
{{ form.updated_at|time:"H:i" }}
by {{ form.updated_by.get_full_name|default:"System" }}
|
|
No consent forms foundCreate your first consent form to get started. |
||||||||