Gruppenansicht verbessert

This commit is contained in:
Holger Trampe 2021-10-11 11:25:58 +02:00
parent 0122a436e6
commit c8e128c31c
1 changed files with 4 additions and 1 deletions

View File

@ -62,6 +62,7 @@
Die Gruppe Notfallhilfe ist für keine weiteren Rechte konfigurierbar.
<hr>
{% endif %}
{% if aggroup.agencygroupname != "Mitarbeiter" %}
<div col="10">
<h6>Mitarbeiter zur Gruppe <b>{{aggroup.agencygroupname}}</b> hinzufügen</h6>
<div class="input-group mb-3 col-5">
@ -79,6 +80,8 @@
</datalist>
</div>
<hr>
{% endif %}
<h6>Gruppenmitglieder in <b>{{aggroup.agencygroupname}}</b></h6>
{% if varcounter > 0 %}
<span id="nogroupmember_{{aggroup.pk}}" style="display: none">Diese Gruppe hat noch keine Mitglieder.</span>