- Timestamp:
- Feb 9, 2010, 2:12:04 AM (15 years ago)
- Branches:
- master, client
- Children:
- e601d3b
- Parents:
- 004d06d
- git-author:
- Alex Dehnert <adehnert@…> (02/09/10 02:12:04)
- git-committer:
- Alex Dehnert <adehnert@…> (02/09/10 02:12:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/vouchers/ReimbursementRequest_review.html
r7416c7e r856aac8 7 7 <h2>Review reimbursement request: {{rr.name}}</h2> 8 8 9 <p>The following request has been stored in our database:</p> 9 {% if new %} 10 <div class='messagebox infobox'> 11 <h3>Request Submitted</h3> 12 <p>You have successfully submitted a request for reimbursement.</p> 13 </div> 14 {% endif %} 10 15 11 16 <table class='pretty-table reimbursement-request'> 17 <tr> 18 <th>Request ID</th> 19 <td>{{rr.label}}</td> 20 </tr> 12 21 <tr> 13 22 <th>Short description</th> … … 59 68 </table> 60 69 70 {% if new %} 71 {% include "vouchers/reimbursementrequest_instructions.fragment.html" %} 72 {% endif %} 73 61 74 {% if approve_form %} 62 75 <h3>Request Approval</h3>
Note: See TracChangeset
for help on using the changeset viewer.