{% extends "cms/admin_home.html" %} {% load staticfiles crispy_forms_tags sekizai_tags i18n %} {% block content %}

{% trans "Duplicate Selected Events" %}

{% blocktrans %}You have selected the following events to repeat:{% endblocktrans %}

{% blocktrans %} Please select the start date, interval, and end date/number of repeat events that you would like to create. All event data, including occurrences and event-specific roles, will be preserved. However, event staff (such as instructors and substitute teachers) will not be assigned to any newly-created events. {% endblocktrans %}

{% csrf_token %} {{ form|crispy }}
{% addtoblock "css" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "js" %} {{ form.media }} {% endaddtoblock %} {% endblock %}