{% load i18n %} {% load bootstrap3 %} {% load captureas %}
{% trans "Schedule" %} {% bootstrap_field schedule_form.schedule_rrule_time layout='control' %} {% if schedule_form.timezone %} {% bootstrap_field schedule_form.timezone layout='control' %} {% endif %} {% bootstrap_form_errors rrule_form layout='control' %} {% bootstrap_field rrule_form.dtstart layout="control" %}
{% captureas ffield_freq %} {% bootstrap_field rrule_form.freq layout="inline" %} {% endcaptureas %} {% captureas ffield_interval %} {% bootstrap_field rrule_form.interval layout="inline" %} {% endcaptureas %} {% captureas ffield_yearly_bysetpos %} {% bootstrap_field rrule_form.yearly_bysetpos layout="inline" %} {% endcaptureas %} {% captureas ffield_yearly_byweekday %} {% bootstrap_field rrule_form.yearly_byweekday layout="inline" %} {% endcaptureas %} {% captureas ffield_yearly_bymonth %} {% bootstrap_field rrule_form.yearly_bymonth layout="inline" %} {% endcaptureas %} {% captureas ffield_monthly_bysetpos %} {% bootstrap_field rrule_form.monthly_bysetpos layout="inline" %} {% endcaptureas %} {% captureas ffield_monthly_byweekday %} {% bootstrap_field rrule_form.monthly_byweekday layout="inline" %} {% endcaptureas %} {% captureas ffield_count %} {% bootstrap_field rrule_form.count layout="inline" %} {% endcaptureas %} {% captureas ffield_until %} {% bootstrap_field rrule_form.until layout="inline" %} {% endcaptureas %} {% blocktrans trimmed with freq=ffield_freq interval=ffield_interval start=ffield_dtstart %} Repeat every {{ interval }} {{ freq }} {% endblocktrans %}


{% bootstrap_field rrule_form.weekly_byweekday layout="inline" %}


{% trans "Email" %}
{% trans "Every time your schedule is executed, the report will be sent via email." %} {% trans "Please note the following limitations:" %}
{% trans "The export will be performed using the owner's permission level, i.e. if the owner loses access to the data, the report will stop." %} {% trans "The owner will receive the result as well as any error messages." %} {% trans "The additional recipients you add below will only receive an email if the report was successful." %} {% trans "All recipients of the export will be able to see who the owner of the report is." %}
{% bootstrap_field schedule_form.mail_additional_recipients layout='control' %} {% bootstrap_field schedule_form.mail_additional_recipients_cc layout='control' %} {% bootstrap_field schedule_form.mail_additional_recipients_bcc layout='control' %} {% bootstrap_field schedule_form.locale layout='control' %} {% bootstrap_field schedule_form.mail_subject layout='control' %} {% bootstrap_field schedule_form.mail_template layout='control' %}