shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

divido_order.twig (541B)


      1 <table class="table table-bordered">
      2     <thead>
      3         <tr>
      4             <th colspan="2">{{ text_order_info }}</th>
      5         </tr>
      6     </thead>
      7     <tbody>
      8         <tr>
      9             <td>{{ text_proposal_id }}</td>
     10             <td>{{ proposal_id }}</td>
     11         </tr>
     12         <tr>
     13             <td>{{ text_application_id }}</td>
     14             <td>{{ application_id }}</td>
     15         </tr>
     16         <tr>
     17             <td>{{ text_deposit_amount }}</td>
     18             <td>{{ deposit_amount }}</td>
     19         </tr>
     20     </tbody>
     21 </table>