{# Display (meta) info on an Appointment. #} {# displayed by: Appointment.get_info(), cl_calendar.py #} {% if timezone is defined %} {% endif %} {% if recur is defined %} {% endif %} {% if series is defined %} {% endif %} {% if next_occurrences is defined %} {% endif %} {% if categ is defined %} {% endif %} {% if priority is defined %} {% endif %} {% if xlocation is defined %} {% endif %} {% if status is defined %} {% endif %} {% if participants is defined %} {% endif %}
{{ trans('label_name') }} {{ name }}
{{ trans('label_start') }} {{ start }} {% if localstart is defined %}  [ {{ localstart }} ] {% endif %}
{{ trans('label_end') }} {{ end }} {% if localend is defined %}  [ {{ localend }} ] {% endif %}
{{ trans('label_timezone') }} {{ timezone }}
{{ trans('label_recur') }} {{ recur }}
{{ trans('label_recur_rules') }} {{ recur_rules }}
{{ trans('label_series') }} {{ series }}
{{ trans('label_next_occurrences') }} {{ next_occurrences }}
{{ trans('label_description') }} {{ description }}
{{ trans('label_categ') }} {{ categ }}
{{ trans('label_priority') }} {{ priority }}
{{ trans('label_xlocation') }} {{ xlocation }}
{{ trans('label_status') }} {{ status }}
{{ trans('label_creator') }} {{ creator }}
{{ trans('label_created') }} {{ ctime }}
{{ trans('label_modified') }} {{ state }}
{{ trans('label_participants') }} {{ participants }}
{{ trans('label_location') }} {{ location }}
{{ trans('label_shared') }} {{ ass_icon }}