cosin-website/layouts/partials/site-sidebar.it.html
2023-04-26 21:12:57 +02:00

84 lines
2.2 KiB
HTML

<div class="left">
{{ with .Site.Data.cosin }}
<h3>{{ .title }} {{ .date_year }}</h3>
<p>
Chaos Singularity (CoSin) è l'evento annuale del Caos Svizzero.
I contenuti si articolano tra tecnica, politica, arte e cultura.
</p>
{{ if .is_cancelled }}
<p>
<strong>La CoSin {{ .date_year }} è annullato!</strong>
</p>
{{ end }}
<p>
{{ if .date_known }}
<strong>Data:</strong> {{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}<br/>
{{ end }}
{{ if .location_known }}
<strong>Luogo:</strong> {{ i18n .location_name }} a <strong>{{ i18n .location_city }}</strong>
{{ 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>Registrazione:</strong> <a href="{{ .registration_url }}">Tickets</a><br>
<strong>Costo:</strong> {{ .entrance_fee }}
</p>
{{ end }}
{{ if .cfp_running }}
<p><strong>Call for Participation:</strong> <a href="{{ .cfp_url | safeURL }}">Pretalx</a><br>
Offen bis {{ .cfp_end_date_day }}. {{ i18n .cfp_end_date_month }} {{ .date_year }}.<br/>
</p>
{{ end }}
{{ if .schedule_available }}
<p><strong>Tabella di marcia:</strong></p>
<ul>
{{ range $index, $element := .schedule_day_urls }}
<li><a href="{{ $element | safeURL }}">Giorno {{ add $index 1 }}</a></li>
{{ end }}
</ul>
{{ end }}
{{ if .streaming_available }}
<p><strong>Videostreaming:</strong>
<a href="{{ .streaming_main_url | safeURL }}">Live</a>
</p>
{{ end }}
<p><strong><s>IRC:</s></strong> <a href="{{ .irc_server | safeURL }}{{ .irc_channel }}"><s>{{ .irc_channel }}</s></a> (obsoleto)</p>
<p><strong>Matrix:</strong> <a href="{{ .matrix_to | safeURL }}{{ urlquery .matrix_space }}:{{ .matrix_server }}">{{ .matrix_space }}:{{ .matrix_server }}</a></p>
<p><strong>Mastodon:</strong> <a rel="me" href="{{ .mastodon_server | safeURL }}{{ .mastodon_handle }}">{{ .mastodon_handle }}</a></p>
{{ end }}
<p>
<strong>Linguaggio:</strong>
{{ if .IsTranslated }}
{{ range .Translations }}
<a href="{{ .Permalink }}">{{ .Site.Language.LanguageName }}</a>
{{ end }}
{{ end }}
</p>
</div>