X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=templates%2Fadmin_groups.html;fp=templates%2Fadmin_groups.html;h=966372e953b3381492f71ba48445bd87c0820104;hb=1dfbd755dae26562b182d81f8818c5c3dcc6694b;hp=0000000000000000000000000000000000000000;hpb=9a0891ac3f5ae69cd1e276931401516b3213df4c;p=cavote.git diff --git a/templates/admin_groups.html b/templates/admin_groups.html new file mode 100644 index 0000000..966372e --- /dev/null +++ b/templates/admin_groups.html @@ -0,0 +1,48 @@ +{% extends "layout.html" %} +{% block subtitle %}Administrer les votes{% endblock %} +{% block body %} +
+
+

Groupes

+
+ {% if not groups %} +
Il n'y a aucun group.
+ {% else %} + + + + + + + + + + + {% for group in groups %} + + + + + + + {% endfor %} + +
NomMembresVotesActions
{{ group.name }}TODOTODO{% if group.system %}system{% else %}Supprimer{% endif %}
+

+ Les groupes « system » ne sont pas modifiables. +

+ {% endif %} +
+ +
+
+
Ajouter un groupe +
+ + +
+
+
+
+{% endblock %} +