Schedule Details
{{ form.title }}
{{ form.customer }}
{{ form.description }}
Scheduling
{{ form.scheduled_date }}
{{ form.location }}
Assignment
{{ form.assigned_to }}
{{ form.assigned_employee }}
{% if template.is_recurring %}
Recurrence Settings
{{ form.recurrence_end_date }}
{{ form.max_occurrences }}
Leave blank for unlimited
{{ form.create_all_occurrences }}
{% endif %}
Contact Information
{{ form.contact_phone }}
{{ form.contact_email }}
{{ form.special_instructions }}