aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_item_content.tpl
blob: 868e5ad274650e4b5057469c8ad3570e9423fae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{if $description}}
<div class="event-description">
	{{$description}}
</div>
{{/if}}
{{if $location}}
<div class="event-location">
	<span class="event-label">{{$location_label}}</span>&nbsp;<span class="event_location">{{$location}}</span>
</div>
{{/if}}