- Timestamp:
- Feb 1, 2011, 10:33:23 AM (14 years ago)
- Branches:
- master, client
- Children:
- 0e4f185
- Parents:
- f63d43a
- git-author:
- Alex Dehnert <adehnert@…> (02/01/11 10:29:23)
- git-committer:
- Alex Dehnert <adehnert@…> (02/01/11 10:33:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/vouchers/reimbursementrequest_list.html
raf48a00 rd50ec5b 78 78 </td> 79 79 <td class='request-status-{{ object.approval_status|approval_status_class}}'> 80 {{ object.approval_status|approval_status }} ({{ object.approval_time }}) 80 {{ object.approval_status|approval_status }} ({{ object.approval_time|date:"SHORT_DATETIME_FORMAT"}}) 81 {% if object.voucher %} 82 <br />[Voucher: {{object.voucher.pk}}] 83 {% endif %} 84 {% if object.rfp %} 85 <br />[{{object.rfp}}] 86 {% endif %} 81 87 </td> 82 88 </tr>
Note: See TracChangeset
for help on using the changeset viewer.