{% load i18n %} {% load bootstrap3 %} {% load formset_tags %}

{% blocktrans trimmed %} With program times, you can set specific dates and times for this product. This is useful if this product represents access to parts of your event that happen at different times than your event in general. This will not affect access control, but will affect calendar invites and ticket output. {% endblocktrans %}

{{ formset.management_form }} {% bootstrap_formset_errors formset %}
{% for form in formset %}
{{ form.id }} {% bootstrap_field form.DELETE form_group_class="" layout="inline" %}

{% trans "Program time" %}

{% bootstrap_form_errors form %} {% bootstrap_field form.start layout="control" %} {% bootstrap_field form.end layout="control" %}
{% endfor %}