{# Template to specify details of email-notification in a dynamic Form #} {% if myself is defined %}
{{ type }} {{ trans('choice_myself') }}
{% endif %} {% if wsgroup is defined %}
{{ type }} {{ trans('label_wsgroup') }}
{% endif %} {% if user_options is defined %} {{ type }}
{% if userid_Err_ is defined %}{{ userid_Err_ }}
{% endif %}
{% endif %} {% if attend is defined %}
{{ type }}


{% endif %}
{{ trans('label_relative1') }} {{ rel_time }}
{% if abs_time_Err_ is defined %}{{ abs_time_Err_ }}
{% endif %}
{{ abs_time }}

{% if rcount_Err_ is defined %}{{ rcount_Err_ }}
{% endif %} {{ trans('label_count') }} {{ rinterval }} {% if rinterval_Err_ is defined %}{{ rinterval_Err_ }}
{% endif %}
{% include 'email_textarea.html' %}