cosin-website/themes/cosin-theme/layouts/partials/site-sidebar.it.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) è l'evento annuale del Caos Svizzero. I contenuti si
articolano tra tecnica, politica, arte e cultura.
2018-04-23 04:18:37 +02:00
</p>
<p>
{{ if .date_known }}
2018-04-23 20:46:27 +02:00
<strong>Data:</strong> {{ .date_day_start }}.-{{ .date_day_end }}. {{ index $.Site.Data.mese (string .date_month) }} {{ .date_year }}<br/>
2018-04-23 04:18:37 +02:00
{{ end }}
{{ if .place_known }}
2018-04-23 21:34:02 +02:00
<strong>Luogo:</strong> {{ .location }} a <strong>{{ .city_it }}</strong><br/>
2018-04-23 04:18:37 +02:00
{{ end }}
{{ if .registration_open }}
2018-04-23 20:46:27 +02:00
<strong>Costo:</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>Registrazione:</strong> <a href="mailto:{{ .registration_email }}">{{ .registration_email }}</a> (per i pasti)</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>Tabella di marcia:</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 }}">Giorno {{ 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>Linguaggio:</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>