Changeset ce7fd92 for asadb/template
- Timestamp:
- Oct 12, 2011, 10:13:34 PM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 56e8cb8
- Parents:
- 43434f6
- git-author:
- Alex Dehnert <adehnert@…> (10/12/11 22:13:34)
- git-committer:
- Alex Dehnert <adehnert@…> (10/12/11 22:13:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/groups_signatories.html
rfbb362a rce7fd92 16 16 17 17 <h2>The Groups</h2> 18 19 {% if changes %}20 <table class='pretty-table'>21 <tr>22 <th>Action</th>23 <th>Person</th>24 <th>Role</th>25 </tr>26 {% for verb, color, person, role in changes %}27 <tr><td style='background-color: {{color}}; color: black'>{{verb}}</td><td>{{person}}</td><td>{{role.display_name}}</td></tr>28 {% endfor %}29 </table>30 {% endif %}31 32 {%if edited %}33 <p>Untouched were {{kept}} filled people/role combinations and {{kept_not}} unfilled combinations.</p>34 {% endif %}35 18 36 19 <table class='pretty-table'>
Note: See TracChangeset
for help on using the changeset viewer.