mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 23:40:17 +02:00
* Added block for page_title as title fragment * Add permissions auditing tool * Added tests for permissions audit tool * Added documentation for permissions tool * Add permissions tool to coverage
11 lines
150 B
HTML
11 lines
150 B
HTML
<tr>
|
|
<td>
|
|
{% if forloop.first %}
|
|
<b>{{ group }}</b>
|
|
{% endif %}
|
|
</td>
|
|
<td>
|
|
{{ user }}
|
|
</td>
|
|
</tr>
|