layout | ref | title | lang |
---|---|---|---|
page |
index |
JKON 2022 |
fr |
{%- assign artists = site.artists | where: "artist.year", site.data.phase.dates.jkon.year | map: "artist" -%}
{%- case site.data.phase.phase -%} {%- when "new_date_announced" -%} {%- include index/date-announcement.fr.md -%}
{%- when "schedule_announced" -%} {%- include index/date-announcement.fr.md -%}
{%- include index/opening-hours.fr.md -%}
{%- when "call_for_artists_running" -%} {%- include index/date-announcement.fr.md -%}
{%- include index/call-for-artists.fr.md -%}
{%- include index/opening-hours.fr.md -%}
{%- when "call_for_artists_closed" -%} {%- include index/date-announcement.fr.md -%}
{%- include index/opening-hours.fr.md -%}
{%- when "list_of_artists_announced" -%} {%- include index/date-announcement.fr.md -%}
{%- include index/artist-names.html artists=artists -%}
{%- include index/opening-hours.fr.md -%}
{%- when "artist_portraits_online" -%} {%- include index/date-announcement.fr.md -%}
<p>
{%- include index/artist-links.html artists=artists -%}
</p>
{%- include index/opening-hours.fr.md -%}
{%- include index/flyer.fr.md -%}
{%- when "winners_announced" -%} {%- include index/date-announcement.fr.md -%}
<p>
{%- include index/artist-links.html artists=artists -%}
</p>
{%- include index/winners.fr.html -%}
{%- endcase -%}
{%- if site.data.phase.call_for_help -%} {%- include index/call-for-help.md -%} {%- endif -%}