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