{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} {% set works = site.get('/works', this.alt) %}
{% for work in works.children %} {% set gif = work.attachments.images.get(work.thumbnail) %} {% endfor %}
🗒 🔧🔨🔬🖥🔊 🕛 ?
{{work.title}} {% for item in work.content.blocks %} {% if item._flowblock == 'gallery' %} {% for i in item.gallery.blocks %} {% if i._flowblock == 'picture' %} {% set img = work.attachments.images.get(i.url) %} {{ this.caption }} {% endif %} {% if i._flowblock == 'galleryvideo' %} 🎥 {% endif %} {% endfor %} {% endif %} {% if item._flowblock == 'video' %} 🎥 {% endif %} {% endfor %} {{ 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 %}
{% endblock %}