{# Step Indicator #}
{# Wizard Content #}
1
Source Info
2
New Dates
3
Review
{# Step 1: Source Info #}
{% if integrationCount > 0 %}
{% else %}
{% endif %}
{# Step 2: New Dates #}
{# Step 3: Review #}
{% if integrationCount > 0 %}
{% endif %}
{# Action Buttons #}
Duplicate Event
Source Event
Event Name
{{ sourceEvent.name }}
Event Type
{{ sourceEvent.event_type }}
Year
{{ sourceEvent.year }}
Status
{{ sourceEvent.status|capitalize }}
The following integrations will be copied:
{% for integration in integrations %}
{{ integration.integration_type|capitalize }}
{% endfor %}
No integrations to copy.
Enter a unique name for the duplicated event
Set New Event Dates
When to announce the event
First day of the event
Last day of the event
Optional wrap-up deadline
Date Conflict Detected
Review & Confirm
Source Event
Name:
{{ sourceEvent.name }}
Announcement:
{{ sourceEvent.announcement_date }}
Start:
{{ sourceEvent.start_date }}
End:
{{ sourceEvent.end_date }}
{% if sourceEvent.wrap_up_date %}
Wrap-up:
{{ sourceEvent.wrap_up_date }}
{% endif %}
New Event
Name:
Announcement:
Start:
End:
Wrap-up:
{{ integrationCount }} Integration{{ integrationCount != 1 ? 's' : '' }} Will Be Created
{% for integration in integrations %}
{{ integration.integration_type|capitalize }}
{% endfor %}
Note: The new event will be created with "draft" status. All integrations will be copied with their configurations.