{% extends "cms/admin_home.html" %} {% load static crispy_forms_tags sekizai_tags i18n %} {% block content %}
{% if event.url %}{% endif %}{{ event.name }}{% if event.url %}{% endif %} | {% with event.numOccurrences as count %} {% blocktrans with pluralize=count|pluralize first_time=event.firstOccurrenceTime last_time=event.lastOccurrenceTime %} {{ count }} occurrence{{ pluralize }} from {{ first_time }} to {{ last_time }} {% endblocktrans %} {% endwith %} |
---|
{% 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 %}