• This project
    • Loading...
  • Sign in

ramster cath / new_xado

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • new_xado
  • ..
  • payment
  • divido_order.twig
  • Рамиз Мирзаев's avatar
    Init commit · 2e31009c
    2e31009c Browse Files
    Рамиз Мирзаев authored 2024-08-20 09:07:49 +0300
divido_order.twig 541 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<table class="table table-bordered">
    <thead>
        <tr>
            <th colspan="2">{{ text_order_info }}</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>{{ text_proposal_id }}</td>
            <td>{{ proposal_id }}</td>
        </tr>
        <tr>
            <td>{{ text_application_id }}</td>
            <td>{{ application_id }}</td>
        </tr>
        <tr>
            <td>{{ text_deposit_amount }}</td>
            <td>{{ deposit_amount }}</td>
        </tr>
    </tbody>
</table>