cosin-website/themes/cosin-theme/layouts/partials/site-sidebar.fr.html

68 lines
1.6 KiB
HTML
Raw Normal View History

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-24 02:06:01 +02:00
<strong>Date:</strong> {{ .date_day_start }}.-{{ .date_day_end }}. {{ i18n .date_month }} {{ .date_year }}<br/>
2018-04-23 04:18:37 +02:00
{{ end }}
{{ if .place_known }}
2018-04-24 02:06:01 +02:00
<strong>Lieu:</strong> {{ .location }} à <strong>{{ i18n .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 }}
<p><strong>Call for Participation:</strong> <a href="{{ .cfp_url | safeURL }}">Frab</a></p>
{{ end }}
{{ if .schedule_available }}
<p>
2018-04-23 20:46:27 +02:00
<strong>Programme:</strong>
2018-04-23 04:18:37 +02:00
<ul>
{{ range $index, $element := .schedule_urls }}
2018-04-23 20:46:27 +02:00
<li><a href="{{ $element | safeURL }}">Jour {{ add $index 1 }}</a>
2018-04-23 04:18:37 +02:00
{{ 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>
2018-04-23 20:46:27 +02:00
<strong>Langage:</strong>
2018-04-23 18:13:15 +02:00
{{ 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>