Skip to content
Snippets Groups Projects

Improve group views

Merged Jonathan Weth requested to merge improve-group-views into master
3 files
+ 24
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -31,6 +31,25 @@
</p>
{% endif %}
<table>
<tr>
<th>
<i class="material-icons center" title="{% trans "Group type" %}">category</i>
</th>
<td>
{{ group.group_type }}
</td>
</tr>
<tr>
<th>
<i class="material-icons center" title="{% trans "Parent groups" %}">vertical_align_top</i>
</th>
<td>
{{ group.parent_groups.all|join:", " }}
</td>
</tr>
</table>
<h5>{% blocktrans %}Owners{% endblocktrans %}</h5>
{% render_table owners_table %}
Loading