|
@@ -128,7 +128,11 @@
|
|
|
<td>
|
|
<td>
|
|
|
<img src="{{ sGroup|picture }}" class="picture img-circle" />
|
|
<img src="{{ sGroup|picture }}" class="picture img-circle" />
|
|
|
</td>
|
|
</td>
|
|
|
- <td><a href="{{ sGroupDetailPageUrl }}">{{ sGroup.name | preventXss }}</a></td>
|
|
|
|
|
|
|
+ {% if isAclEnabled %}
|
|
|
|
|
+ <td><a href="{{ sGroupDetailPageUrl }}">{{ sGroup.name | preventXss }}</a></td>
|
|
|
|
|
+ {% else %}
|
|
|
|
|
+ <td>{{ sGroup.name | preventXss }}</td>
|
|
|
|
|
+ {% endif %}
|
|
|
<td><ul class="list-inline">
|
|
<td><ul class="list-inline">
|
|
|
{% for relation in userGroupRelations.get(sGroup) %}
|
|
{% for relation in userGroupRelations.get(sGroup) %}
|
|
|
<li class="list-inline-item badge badge-primary">{{relation.relatedUser.username}}</li>
|
|
<li class="list-inline-item badge badge-primary">{{relation.relatedUser.username}}</li>
|