show a summary of existing group-ACLs on group-detail
Closes #284 (closed)
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
Owner
👍 -
-
52 52 53 53 <hr /> 54 54 55 <h3>{% trans "Available objects for this group" %}</h3> 56 <ul class="dashboard-profile-vm-list fa-ul"> 57 {% for i in vm_objects %} 58 <li> 59 <a href="{{ i.get_absolute_url }}"> 60 <i class="fa fa-li {{ i.get_status_icon }}"></i> 61 {{ i }} 62 </a> 63 </li> 64 {% endfor %} 65 {% for t in template_objects %} -
Owner
what's wrong with
i
? :) -
Owner
template !
-
Owner
:trollface:
-