Changeset 3cad159 for asadb/template
- Timestamp:
- Aug 9, 2011, 1:55:16 AM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 628e06c
- Parents:
- 6f820e1
- git-author:
- Alex Dehnert <adehnert@…> (08/09/11 01:55:16)
- git-committer:
- Alex Dehnert <adehnert@…> (08/09/11 01:55:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_detail.html
rc4a4d13 r3cad159 35 35 </tr> 36 36 <tr><th>Athena locker</th><td>{{group.athena_locker}}</td></tr> 37 <tr><th>Recognition date</th><td>{{group.recognition_date}}</td></tr>38 37 <tr><th>Last updated</th><td>{{group.update_date}} by {{group.updater}}</td></tr> 39 38 39 <tr><th colspan='2'>Recognition</th></tr> 40 <tr><th>Group status</th><td>{{group.group_status.name}}</td></tr> 41 <tr><th>Group class</th><td>{{group.group_class.name}}</td></tr> 42 <tr><th>Recognition date</th><td>{{group.recognition_date}}</td></tr> 43 40 44 <tr><th colspan='2'>Financial Information</th></tr> 45 <tr><th>Funding status</th><td>{{group.group_funding}}</td></tr> 41 46 <tr><th>Main Account</th><td>{{group.main_account_id}}</td></tr> 42 47 <tr><th>Funding Account</th><td>{{group.funding_account_id}}</td></tr>
Note: See TracChangeset
for help on using the changeset viewer.