{% extends 'base.html' %} {% block title %}Use Schedule Template - Optinet Global Links{% endblock %} {% block content %}

Use Template: {{ template.name }}

Template Details
Category: {{ template.get_category_display }}
Priority: {{ template.get_priority_display }}
Duration: {{ template.estimated_duration|default:"Not set" }}
Type: {{ template.get_template_type_display }}
{% if template.is_recurring %} Recurring: {{ template.get_recurrence_pattern_display }} {% endif %}
{% if template.description %}
Description: {{ template.description }}
{% endif %}
{% csrf_token %}
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 }}
Back to Templates
{% endblock %}