{{ template.pre_appointment_instructions|linebreaks|default:"—" }}
+ +{{ template.post_appointment_instructions|linebreaks|default:"—" }}
+Created At: {{ template.created_at|date:"M d, Y H:i" }}
+Updated At: {{ template.updated_at|date:"M d, Y H:i" }}
+Created By: {{ template.created_by.get_full_name|default:"—" }}
+| Name | +Appointment Type | +Specialty | +Duration | +Booking Rules | +Requirements | +Status | +Created / Updated | +Actions | +
|---|---|---|---|---|---|---|---|---|
|
+
+ {{ t.name }}
+
+ {% if t.description %}
+ {{ t.description }}
+ {% endif %}
+ |
+
+ + {{ t.appointment_type }} + | + +{{ t.specialty }} | + ++ {{ t.duration_minutes }}m + | + +
+ Advance: {{ t.advance_booking_days }} days
+ Notice: {{ t.minimum_notice_hours }} hrs
+ |
+
+ + {% if t.insurance_verification_required %} + Insurance + {% endif %} + {% if t.authorization_required %} + Auth + {% endif %} + {% if not t.insurance_verification_required and not t.authorization_required %} + None + {% endif %} + | + ++ {% if t.is_active %} + Active + {% else %} + Inactive + {% endif %} + | + +
+ {{ t.created_by.get_full_name|default:"—" }}
+ {{ t.updated_at|date:"M d, Y H:i" }}
+ |
+
+ + + | +
|
+
+
+
+ No templates found.
+
+ |
+ ||||||||