streams/view/tpl/event_item_content.tpl
2017-05-02 12:46:50 -07:00

10 lines
275 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}}