Overtime Approval Form
Start Time
{$detail.start_date}
End Time
{$detail.end_date}
Duration
{$detail.duration|default=0} hour(s)
Reason
{$detail.reason|default=''}
{notempty name="$detail.file_array"}
Attachments
{volist name="$detail.file_array" id="vo"}
{$i}. {$vo.name}
{/volist}
{/notempty}
{include file="export/pdf_check" /}