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