Schedule & access
{{ form.start_at }}
{% if form.start_at.errors %}
{{ form.start_at.errors|join:', ' }}
{% endif %}
{{ form.end_at }}
{% if form.end_at.errors %}
{{ form.end_at.errors|join:', ' }}
{% endif %}
{{ form.capacity }}
Leave blank for open attendance.
{% if form.capacity.errors %}
{{ form.capacity.errors|join:', ' }}
{% endif %}
{{ form.registration_opens }}
{% if form.registration_opens.errors %}
{{ form.registration_opens.errors|join:', ' }}
{% endif %}
{{ form.registration_closes }}
{% if form.registration_closes.errors %}
{{ form.registration_closes.errors|join:', ' }}
{% endif %}