delete.pt 376 Bytes
<html metal:use-macro="load: ../base.pt">
<div metal:fill-slot="content">

<div class="panel panel-danger">
    <div class="panel-heading">
        <h3 class="panel-title">Warning</h3>
    </div>
    <div class="panel-body">
        Hapus user ID # ${row.user_id} OPD ID# ${row.unit_id} ?
    </div>
</div>

<div tal:content="structure form"/>

</div>
</html>