Skip to content
Snippets Groups Projects
availability.md 528 B
layout: verleih
calendar: true
title: Verleih Kalender
image: "/assets/vortrag.jpeg"
permalink: /availability/

Gerätekalender

    {%- for availability in site.availability -%} {%- for device in site.inventory -%} {%- if availability.device == device.uid -%} {%- assign realslug = device.url | split:'/' | last -%}
  • {{device.name}} (🗓️)
  • {%- endif -%} {%- endfor -%} {%- endfor -%}