diff --git a/templates/admin/user/view.html.tera b/templates/admin/user/view.html.tera index 0184529..17d6171 100644 --- a/templates/admin/user/view.html.tera +++ b/templates/admin/user/view.html.tera @@ -151,6 +151,7 @@ {% endif %} {% elif "Scheckbuch" in member %} + {% if allowed_to_edit %}
{% for log in logbook %} @@ -158,8 +159,18 @@ {% endfor %}
+ {% endif %} + {% elif "Schnupperant" in member %} + {% if allowed_to_edit %} +
+ In Scheckbuch umwandeln +
+ {% endif %} {% endif %} + {% if "Scheckbuch" in member or "Schnupperant" in member %} + {% if allowed_to_edit %}
+ {% endif %} {% endif %}