{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} {% set works = site.get('/works', this.alt) %}
{% for work in works.children %} {% if work.selected %} {% set gif = work.attachments.images.get(work.thumbnail) %} {% endif %} {% endfor %}
🗒 🔧🔨🔬🖥🔊 🕛 ?
{{work.title}} {{ work.year_start|dateformat('Y-MM-dd') }} - {% if work.ongoing == True %}{{ bag('translation', this.alt, 'ongoing') }}{% else %} {{ work.year_end|dateformat('Y-MM-dd') }} {% endif %} {% if work.format %}{{work.format}}{% endif %}
{% if this.alt == "en" %}

Almost all other works can be found here!

{% endif %} {% if this.alt == "de" %}

Fast alle anderen Arbeiten sind hier!

{% endif %}
{% endblock %}