{# Display (meta) info on an Appointment. #} {# displayed by: Appointment.get_info(), cl_calendar.py #}
{{ 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 }} |