Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

aa.gusti / opensipkd-base

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • opensipkd-base
  • opensipkd
  • base
  • views
  • templates
  • departemen
  • del.pt
  • aa.gusti's avatar
    init · 29f0e84b
    aa.gusti committed Sep 20, 2021
    29f0e84b
del.pt 341 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<html metal:use-macro="load: ../base3.pt">
<div metal:fill-slot="content">

<div class="panel panel-danger">
    <div class="panel-heading">
        <h3 class="panel-title">Peringatan</h3>
    </div>
    <div class="panel-body">
        ${request.title} ID #${row.id} ?
    </div>
</div>

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

</div>
</html>