{{ form.begin_year_from(class_='year ' + config.CSS.string_field) }} {{ errors['begin_year_from']|safe }}
{{ form.begin_month_from(class_='month ' + config.CSS.string_field) }} {{ errors['begin_month_from']|safe }}
{{ form.begin_day_from(class_='day ' + config.CSS.string_field) }} {{ errors['begin_day_from']|safe }}
{% if 'begin_hour_from' in form %}
{{ form.begin_hour_from(class_='hour ' + config.CSS.string_field) }} {{ errors['begin_hour_from']|safe }}
{{ form.begin_minute_from(class_='minute ' + config.CSS.string_field) }} {{ errors['begin_minute_from']|safe }}
{{ form.begin_second_from(class_='second ' + config.CSS.string_field) }} {{ errors['begin_second_from']|safe }}
{% endif %}
{{ form.begin_comment(class_=config.CSS.string_field) }}