Changeset 17548
- Timestamp:
- 17 Aug 2023, 10:02:35 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser_templates/paymentsmanagepage.pt
r17547 r17548 43 43 </span> 44 44 </div> 45 <br /><br /> 46 <p tal:condition="python: False"> 47 <strong>Balance Brought Forward:</strong> <span tal:content ="python: view.sfp_made[1]">BROUGHTFORWARD</span> 48 </p> 49 <br /> 50 <table class="table" style="width: 50%;" tal:condition="python: False"> 51 <thead> 52 <tr> 53 <th i18n:translate="">Session</th> 54 <th i18n:translate="">School Fees</th> 55 <th i18n:translate="">Amount Paid</th> 56 <th i18n:translate="">Amount Due</th> 57 </tr> 58 </thead> 59 <tbody> 60 <tr tal:repeat="sfpm python: view.sfp_made[0]"> 61 <td tal:content ="python: '%s/%s' %(sfpm[0],sfpm[0]+1)">SESSION</td> 62 <td tal:content ="python: sfpm[1][0]">FEE</td> 63 <td tal:content ="python: sfpm[1][1]">AMOUNT PAID</td> 64 <td tal:content ="python: sfpm[1][2]">TOTAL AMOUNT DUE</td> 65 </tr> 66 </tbody> 67 </table> 45 68 46 </form>
Note: See TracChangeset for help on using the changeset viewer.