2018-04-23 04:18:37 +02:00
|
|
|
<div class="left">
|
|
|
|
{{ with .Site.Data.cosin }}
|
|
|
|
|
|
|
|
<h3>{{ .title }} {{ .date_year }}</h3>
|
|
|
|
|
2018-04-23 20:46:27 +02:00
|
|
|
<p>
|
|
|
|
Chaos Singularity (CoSin) est un événement chaotique qui se tient chaque année en Suisse.
|
|
|
|
Le contenu s'étend de la technologie et la politique au social et culturel.
|
2018-04-23 04:18:37 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
{{ if .date_known }}
|
2018-04-29 22:53:00 +02:00
|
|
|
<strong>Date:</strong> {{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}<br/>
|
2018-04-23 04:18:37 +02:00
|
|
|
{{ end }}
|
|
|
|
|
2018-04-29 20:05:45 +02:00
|
|
|
{{ if .location_known }}
|
2018-04-30 21:56:02 +02:00
|
|
|
<strong>Lieu:</strong> {{ i18n .location_name }} à <strong>{{ i18n .location_city }}</strong><br/>
|
2018-04-23 04:18:37 +02:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ if .registration_open }}
|
2018-04-23 20:46:27 +02:00
|
|
|
<strong>Entrée:</strong> {{ .entrance_fee }}
|
2018-04-23 04:18:37 +02:00
|
|
|
{{ end }}
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
{{ if .flyer_available }}
|
|
|
|
<p><strong><a href="/flyer/{{ .flyer_path }}">Flyer CoSin {{ .date_year }}</a></strong></p>
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if .registration_open }}
|
2018-04-23 20:46:27 +02:00
|
|
|
<p><strong>Inscription:</strong> <a href="mailto:{{ .registration_email }}">{{ .registration_email }}</a> (inscription aux repas)</p>
|
2018-04-23 04:18:37 +02:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if .cfp_running }}
|
2018-05-29 01:38:46 +02:00
|
|
|
<p><strong>Call for Participation:</strong> <a href="{{ .cfp_url | safeURL }}">Frab</a><br>
|
|
|
|
Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year }}.<br/>
|
|
|
|
</p>
|
2018-04-23 04:18:37 +02:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if .schedule_available }}
|
2018-04-29 18:03:46 +02:00
|
|
|
<p><strong>Programme:</strong></p>
|
2018-04-24 04:20:14 +02:00
|
|
|
<ul>
|
2018-04-29 20:01:45 +02:00
|
|
|
{{ range $index, $element := .schedule_day_urls }}
|
2018-04-24 04:20:14 +02:00
|
|
|
<li><a href="{{ $element | safeURL }}">Jour {{ add $index 1 }}</a></li>
|
2018-04-23 04:18:37 +02:00
|
|
|
{{ end }}
|
2018-04-24 04:20:14 +02:00
|
|
|
</ul>
|
2018-04-23 04:18:37 +02:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
2018-04-29 18:03:46 +02:00
|
|
|
<p><strong>IRC:</strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}">{{ .irc_channel }}</a></p>
|
2018-04-23 04:18:37 +02:00
|
|
|
{{ end }}
|
2018-04-23 18:13:15 +02:00
|
|
|
|
2018-04-29 18:03:46 +02:00
|
|
|
|
2018-04-23 18:13:15 +02:00
|
|
|
<p>
|
2018-04-23 20:46:27 +02:00
|
|
|
<strong>Langage:</strong>
|
2018-04-23 18:13:15 +02:00
|
|
|
{{ if .IsTranslated }}
|
2018-04-29 18:03:46 +02:00
|
|
|
{{ range .Translations }}
|
|
|
|
<a href="{{ .Permalink }}">{{ .Site.Language.LanguageName }}</a>
|
|
|
|
{{ end }}
|
2018-04-23 18:13:15 +02:00
|
|
|
{{ end }}
|
|
|
|
</p>
|
|
|
|
|
2018-04-23 04:18:37 +02:00
|
|
|
</div>
|