Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

irul / opensipkd-base

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • 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
  • routes
  • delete.pt
  • aa.gusti's avatar
    init · 29f0e84b
    aa.gusti committed Sep 20, 2021
    29f0e84b
delete.pt 481 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<html metal:use-macro="load: ../main.pt">

    <!-- content -->
    <div metal:fill-slot="content">

        <div  class="panel panel-danger">
            <div class="panel-heading">
                <h3 class="panel-title">Hapus Route</h3>
            </div>

            <div class="panel-body">
                ${request.title} ID #${row.id} ${row.nama} ?
            </div>
        </div>
        <div tal:content="structure form"/>

    </div>
    <!-- end content -->

</html>