mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
11 lines
455 B
Smarty
Executable file
11 lines
455 B
Smarty
Executable file
<div class="event-item-title">
|
|
<h3><i class="icon-calendar"></i> {{$title}}</h3>
|
|
</div>
|
|
<div class="event-item-start">
|
|
<span class="event-item-label">{{$dtstart_label}}</span> <span class="dtstart" title="{{$dtstart_title}}">{{$dtstart_dt}}</span>
|
|
</div>
|
|
{{if $finish}}
|
|
<div class="event-item-start">
|
|
<span class="event-item-label">{{$dtend_label}}</span> <span class="dtend" title="{{$dtend_title}}">{{$dtend_dt}}</span>
|
|
</div>
|
|
{{/if}}
|