RendezVous

RendezVous #${rendezvous.rendezvous_id} (${rendezvous.status})

Created on ${rendezvous.time_created.strftime('%d.%m.%Y %H:%M')} by ${rendezvous.author}

${rendezvous.name}

Type ${rendezvous.type_name}
Min. Votes ${rendezvous.min_votes}
Tagged with ${rendezvous.tags and rendezvous.tags or None}
Location ${location.name}
Coordinates ${location.coordinate_str()}

Description

${wiki_to_html(context, rendezvous.description, escape_newlines=preserve_newlines)}

Votings

Date proposals ->
scheduled
${dt_begin.strftime('%d.%m.%Y %H:%M')} ${dt_begin.tzinfo.tzname(None)} - ${dt_end.strftime('%d.%m.%Y %H:%M')} ${dt_end.tzinfo.tzname(None)}
new date
VoteCount ${date.get_vote_count()}
${row[0]} vote   ...advanced edit
vote   ...advanced

Vote Distribution By RendezVousDate

Comments

added on ${comment.time_created.strftime('%d.%m.%Y %H:%M')} by ${comment.author} edit ${wiki_to_html(context, comment.comment, escape_newlines=preserve_newlines)}

New Comment

Preview!

added on ${preview_comment.time_created.strftime('%d.%m.%Y %H:%M')} by ${preview_comment.author} ${wiki_to_html(context, preview_comment.comment, escape_newlines=preserve_newlines)}
Note: See WikiFormatting and TracWiki for help on editing wiki content.