{extend name="../../base/view/common/base" /} {block name="body"}

Resignation Request

{if condition="$id eq 0"}
Employee* Department
Leaving Date* Supervisor*
Document Receiver* Handover Participants*
Reason*
Attachments
{else/}
Employee {$detail.name} Department {$detail.department}
Leaving Date* Supervisor*
Document Receiver* Handover Participants*
Reason*
Attachments
{notempty name="$detail.file_ids"} {volist name="$detail.file_array" id="vo"}
{:file_card($vo)}
{/volist} {/notempty}
{/if}
{/block} {block name="script"} {/block}