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) ist ein jährlicher Event des Schweizer Chaos. Der
|
|
|
|
Inhalt erstreckt sich über Technik und Politik zu Kunst und Kultur.
|
2018-04-23 04:18:37 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
{{ if .date_known }}
|
2018-04-23 20:46:27 +02:00
|
|
|
<strong>Datum:</strong> {{ .date_day_start }}.-{{ .date_day_end }}. {{ index $.Site.Data.monate (string .date_month) }} {{ .date_year }}<br/>
|
2018-04-23 04:18:37 +02:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ if .place_known }}
|
2018-04-23 20:46:27 +02:00
|
|
|
<strong>Ort:</strong> {{ .location }} in <strong>{{ .city }}</strong><br/>
|
2018-04-23 04:18:37 +02:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ if .registration_open }}
|
|
|
|
<strong>Eintritt:</strong> {{ .entrance_fee }}
|
|
|
|
{{ end }}
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
{{ if .flyer_available }}
|
|
|
|
<p><strong><a href="/flyer/{{ .flyer_path }}">Flyer CoSin {{ .date_year }}</a></strong></p>
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if .registration_open }}
|
|
|
|
<p><strong>Anmeldung:</strong> <a href="mailto:{{ .registration_email }}">{{ .registration_email }}</a> (nur für Essen)</p>
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if .cfp_running }}
|
|
|
|
<p><strong>Call for Participation:</strong> <a href="{{ .cfp_url | safeURL }}">Frab</a></p>
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if .schedule_available }}
|
|
|
|
<p>
|
|
|
|
<strong>Fahrplan:</strong>
|
|
|
|
<ul>
|
|
|
|
{{ range $index, $element := .schedule_urls }}
|
|
|
|
<li><a href="{{ $element | safeURL }}">Tag {{ add $index 1 }}</a>
|
|
|
|
{{ end }}
|
|
|
|
</ul>
|
|
|
|
</p>
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
<p><strong>IRC:</strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}">{{ .irc_channel }}</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
{{ end }}
|
2018-04-23 18:13:15 +02:00
|
|
|
|
|
|
|
<p>
|
|
|
|
<strong>Sprache:</strong>
|
|
|
|
{{ if .IsTranslated }}
|
|
|
|
{{ range .Translations }}
|
|
|
|
<a href="{{ .Permalink }}">{{ index .Site.Params.languageNames .Lang }}</a>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
</p>
|
|
|
|
|
2018-04-23 04:18:37 +02:00
|
|
|
</div>
|