diff --git a/areas/templates/areas/areas_management.html b/areas/templates/areas/areas_management.html index 00ecbbc..a41b9ae 100644 --- a/areas/templates/areas/areas_management.html +++ b/areas/templates/areas/areas_management.html @@ -11,8 +11,7 @@ Neuen Bereich anlegen -
Außendienst |
+ {%endif%}
+ {%if indoor|length > 0%}
Innendienst |
+ {%endif%}
+ {%if trainee|length > 0%}
Auszubildende |
+ {%endif%}
|
{% for us in external %}
-
{{ us.first_name }} {{ us.last_name }}{{ us.profile.get_func_display }} @@ -40,13 +48,15 @@ {% endfor %} |
+ {%endif%}
+ {%if indoor|length > 0%}
{% for us in indoor %}
-
{{ us.first_name }} {{ us.last_name }}{{ us.profile.get_func_display }} @@ -54,12 +64,14 @@ {% endfor %} |
+ {% endif %}
+ {%if trainee|length > 0%}
{% for us in trainee %}
-
{{ us.first_name }} {{ us.last_name }}{{ us.profile.get_func_display }} @@ -67,23 +79,11 @@ {% endfor %} |
+ {% endif %}
Standards dokumentieren und erläutern verschiedenen Verfahren, strukturiert nach Bereichen und Aufgaben. diff --git a/users/__pycache__/views.cpython-38.pyc b/users/__pycache__/views.cpython-38.pyc index bbe1500..3e4f567 100644 Binary files a/users/__pycache__/views.cpython-38.pyc and b/users/__pycache__/views.cpython-38.pyc differ diff --git a/users/templates/users/dashboard.html b/users/templates/users/dashboard.html index 612b69c..f7fba51 100644 --- a/users/templates/users/dashboard.html +++ b/users/templates/users/dashboard.html @@ -22,7 +22,7 @@