streams/view/tpl/event_item_content.tpl
Mike Macgirvin 40cb32565d cert updates
2024-04-30 17:39:08 +10:00

10 lines
280 B
Smarty

{{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}}