{{ event.active_period.dtstart|datetimeformat }}
{{ event.active_period.duration|timedeltaformat }}
{% if event.active_period.tolerance %}
{{ event.active_period.tolerance.startafter|timedeltaformat }}
{% endif %}
{% if event.active_period.notification %}
{{ event.active_period.notification|timedeltaformat }}
{% endif %}
{% if event.active_period.ramp_up %}
{{ event.active_period.ramp_up|timedeltaformat }}
{% endif %}
{% if event.active_period.recovery %}
{{ event.active_period.recovery|timedeltaformat }}
{% endif %}