2017-10-13 19:42:27 +02:00
|
|
|
|
|
|
|
<div class="vevent">
|
2018-12-14 04:28:12 +01:00
|
|
|
<div class="summary event-summary">{{$title}}</div>
|
2017-10-13 19:42:27 +02:00
|
|
|
|
|
|
|
<div class="event-start">
|
|
|
|
<span class="event-label">{{$dtstart_label}}</span>
|
2018-12-14 04:28:12 +01:00
|
|
|
<span class="dtstart" title="{{$dtstart_title}}">{{$dtstart_dt}}</span>
|
2017-10-13 19:42:27 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{if $finish}}
|
|
|
|
<div class="event-end">
|
2017-10-19 14:16:39 +02:00
|
|
|
<span class="event-label">{{$dtend_label}}</span>
|
2018-12-14 04:28:12 +01:00
|
|
|
<span class="dtend" title="{{$dtend_title}}">{{$dtend_dt}}</span>
|
2017-10-13 19:42:27 +02:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
|
2017-10-19 14:16:39 +02:00
|
|
|
{{if $description}}
|
2018-12-14 07:24:26 +01:00
|
|
|
<div class="description event-description">{{$description nofilter}}</div>
|
2017-10-19 14:16:39 +02:00
|
|
|
{{/if}}
|
2017-10-13 19:42:27 +02:00
|
|
|
|
|
|
|
{{if $location}}
|
|
|
|
<div class="event-location">
|
|
|
|
<span class="event-label">{{$location_label}}</span>
|
|
|
|
{{if $location.name}}
|
2018-12-14 04:35:51 +01:00
|
|
|
<span class="location">{{$location.name nofilter}}</span>
|
2017-10-13 19:42:27 +02:00
|
|
|
{{/if}}
|
2018-12-14 07:24:26 +01:00
|
|
|
{{if $location.map}}{{$location.map nofilter}}{{/if}}
|
2017-10-13 19:42:27 +02:00
|
|
|
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|