Include external marker for list of appointments

This commit is contained in:
Christian Wolf 2025-01-20 13:27:43 +01:00
parent 8d6ae5f445
commit e3549c3ff4

View File

@ -19,6 +19,7 @@
<tr> <tr>
<td> <td>
{{ .title }}{{ with .subtitle }} - {{ . }}{{ end }} {{ .title }}{{ with .subtitle }} - {{ . }}{{ end }}
{{ if (.extern | default false) }}<i>(ext.)</i>{{ end }}
</td> </td>
<td> <td>
{{ with .class }}{{ . }}{{ end }} {{ with .class }}{{ . }}{{ end }}