| Start Time | {$detail.start_date} | End Time | {$detail.end_date} |
| Leave Type | {$detail.types_name} | Duration | {$detail.duration|default=0} day(s) |
| Reason | {$detail.reason|default=''} | ||
| Attachments |
{volist name="$detail.file_array" id="vo"}
{$i}. {$vo.name}
{/volist}
|
||