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

Department Transfer

{if condition="$id eq 0"}
Employee* From Department*
Transfer Date* To Department*
Reason*
Attachments
{else/}
Employee {$detail.name} From Department {$detail.from_department}
Transfer Date* To Department*
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}