{{ trans('label_name') }} |
{{ name }} |
{{ trans('label_creator') }} |
{{ creator }} |
{{ trans('label_created') }} |
{{ ctime }} |
{{ trans('label_modified') }} |
{{ state }} |
{{ trans('label_organizer') }} |
{{ organizer }} |
{% if heading is defined %}
{{ trans('label_heading') }} |
{{ heading }} |
{% endif %}
{% if vote_start is defined %}
{{ trans('label_vote_start') }} |
{{ vote_start }} |
{% endif %}
{{ trans('label_vote_end') }} |
{{ vote_end }} |
{{ trans('label_status') }} |
{{ status }} |
{% if schedule is defined %}{{ trans('label_no_dates') }}{% endif %}{% if schedule is undefined %}{{ trans('label_no_questions') }}{% endif %} |
{{ no_questions }} |
{{ trans('label_no_votes') }} |
{{ no_votes }} |
{% if notify_organizer is defined %}
{{ trans('label_notify_organizer') }} |
{{ notify_organizer }} |
{% endif %}
{% if openptps is defined %}
{{ trans('label_openptps') }} |
{{ openptps }} |
{% endif %}
{% if moderateptps is defined %}
{{ trans('label_moderateptps') }} |
{{ moderateptps }} |
{% endif %}
{% if final_date is defined %}
{{ trans('label_final_date') }} |
{{ final_date }} |
{% endif %}
{{ trans('label_participants') }} |
{{ participants }} |
{% if xlocation is defined %}
{{ trans('label_xlocation') }} |
{{ xlocation }} |
{% endif %}
{{ trans('label_location') }} |
{{ location }} |
{{ trans('label_description') }} |
{{ description }} |