Ignore:
Timestamp:
Aug 15, 2011, 12:38:05 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
243437e
Parents:
f07e84b
git-author:
Alex Dehnert <adehnert@…> (08/15/11 00:38:05)
git-committer:
Alex Dehnert <adehnert@…> (08/15/11 00:38:05)
Message:

Show people in the group on the view page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/groups/group_detail.html

    r0bd161f r6032bec  
    2626    <td>{{group.group_email}}</td>
    2727</tr>{% endif %}
     28
     29<tr><th colspan='2'>People</th></tr>
     30{% for name, role, people in roles %}
     31<tr>
     32    <th>{{name}}</th>
     33    <td><ul>
     34    {% for person in people %}<li>{{person.person}}</li>{%endfor%}
     35    </ul></td>
     36</tr>
     37{% endfor %}
    2838
    2939<tr><th colspan='2'>Recognition</th></tr>
Note: See TracChangeset for help on using the changeset viewer.