{% match subst.time.1 %}
{% when Some with (x) %}
{{ subst.time.0 }} - {{ x }}
{% when None %}
{{ subst.time.0 }}
{% endmatch %}
|
{{ subst.classes|join(", ") }} |
{{ subst.prev_subject }} |
{% match subst.subject %}
{% when Some with (x) %}
{{ x }}
{% when None %}
---
{% endmatch %}
|
{{ subst.teachers|join(", ") }} |
{% match subst.prev_room %}
{% when Some with (x) %}
{{ x }}
{% when None %}
---
{% endmatch %}
|
{% match subst.room %}
{% when Some with (x) %}
{{ x }}
{% when None %}
---
{% endmatch %}
|
{% match subst.text %}
{% when Some with (x) %}
{{ x }}
{% when None %}
{% endmatch %}
|
{% endfor %}