{{ subst.period }} |
{{ subst.classes|join(", ") }} |
{% match subst.prev_subject %}
{% when Some with (x) %}
{{ x }}
{% when None %}
---
{% endmatch %}
|
{% match subst.subject %}
{% when Some with (x) %}
{{ x }}
{% when None %}
---
{% endmatch %}
|
{% match subst.teachers %}
{% when Some with (x) %}
{{ x|join(", ") }}
{% when None %}
---
{% endmatch %}
|
{% 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 %}