{% extends "base.html" %} {% block title %}{{ _('Schedule Report') }} - {{ app_name }}{% endblock %} {% block content %}
{{ _('Set up automated email delivery for reports') }}
{{ _('Select a saved report view to schedule') }}
{{ _('Enter one or more email addresses separated by commas. These recipients will receive the scheduled report via email.') }}
{{ _('When using Mapping or Template, these are used as fallback if no address is found for a value.') }}
{{ _('For monthly runs: report will use the first and last day of the previous month.') }}
{{ _('Cron format: minute hour day month weekday') }}
{{ _('The custom field name to iterate over (e.g., "salesman"). A separate report will be generated for each unique value.') }}
{{ _('Use {value} for the value (e.g. KF); {value}@test.de yields KF@test.de. Use {value_lower} for lowercase, e.g. {value_lower}@test.de yields kf@test.de.') }}