source:
remit/remit_templates/vouchers/submit.html
@
feed77c
Last change on this file since feed77c was 2b31097, checked in by Alex Dehnert <adehnert@…>, 11 years ago | |
---|---|
|
|
File size: 745 bytes |
Rev | Line | |
---|---|---|
[269db50] | 1 | {% extends "base.html" %} |
2 | ||
[42d0bf6] | 3 | {% block title %}Reimbursement Request » Details{% endblock %} |
[269db50] | 4 | {% block content %} |
[6b8d891] | 5 | |
[1732748] | 6 | <h2>Reimbursement Request: Step 2: Details</h2> |
[6b8d891] | 7 | |
[b0f541c] | 8 | <form method="post" action=""> |
[a6806bf] | 9 | <table class='pretty-table'> |
[5989f2f] | 10 | <tr class='sect-head'> |
[a6806bf] | 11 | <th colspan='2'>You are requesting a reimbursement from:</th> |
[6b8d891] | 12 | </tr> |
13 | <tr> | |
14 | <th>Term</th> | |
15 | <td>{{term}}</td> | |
16 | </tr> | |
17 | <tr> | |
18 | <th>Committee</th> | |
19 | <td>{{comm}}</td> | |
20 | </tr> | |
[2b31097] | 21 | <tr> |
22 | <th>Recipient type</th> | |
23 | <td>{{request.get_recipient_type_display}}</td> | |
24 | </tr> | |
[6b8d891] | 25 | |
[5989f2f] | 26 | <tr class='sect-head'> |
[a6806bf] | 27 | <th colspan='2'>Request details:</th> |
[6b8d891] | 28 | </tr> |
29 | {{ form.as_table }} | |
[f301a50] | 30 | {% csrf_token %} |
[a6806bf] | 31 | <tr><th colspan='2'><input type='submit' value='Request Reimbursement' /></th></tr> |
[6b8d891] | 32 | </table> |
33 | </form> | |
34 | ||
[269db50] | 35 | {% endblock %} |
Note: See TracBrowser
for help on using the repository browser.