2017-10-13 17:42:27 +00:00
|
|
|
|
|
|
|
<div class="vevent">
|
|
|
|
<div class="summary event-summary">{{$title}}</div>
|
|
|
|
|
|
|
|
<div class="event-start">
|
|
|
|
<span class="event-label">{{$dtstart_label}}</span>
|
2017-10-19 12:16:39 +00:00
|
|
|
<span class="dtstart" title="{{$dtstart_title}}">{{$dtstart_dt}}</span>
|
2017-10-13 17:42:27 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{if $finish}}
|
|
|
|
<div class="event-end">
|
2017-10-19 12:16:39 +00:00
|
|
|
<span class="event-label">{{$dtend_label}}</span>
|
|
|
|
<span class="dtend" title="{{$dtend_title}}">{{$dtend_dt}}</span>
|
2017-10-13 17:42:27 +00:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
|
2017-10-19 12:16:39 +00:00
|
|
|
{{if $description}}
|
2017-10-13 17:42:27 +00:00
|
|
|
<div class="description event-description">{{$description}}</div>
|
2017-10-19 12:16:39 +00:00
|
|
|
{{/if}}
|
2017-10-13 17:42:27 +00:00
|
|
|
|
|
|
|
{{if $location}}
|
|
|
|
<div class="event-location">
|
|
|
|
<span class="event-label">{{$location_label}}</span>
|
|
|
|
{{if $location.name}}
|
2017-10-19 12:16:39 +00:00
|
|
|
<span class="location">{{$location.name}}</span>
|
2017-10-13 17:42:27 +00:00
|
|
|
{{/if}}
|
|
|
|
{{if $location.map}}{{$location.map}}{{/if}}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|