diff --git a/timemanagement/templates/timemanagement/realtime_dropdown_nc_iframe.html b/timemanagement/templates/timemanagement/realtime_dropdown_nc_iframe.html
new file mode 100644
index 0000000..50d0150
--- /dev/null
+++ b/timemanagement/templates/timemanagement/realtime_dropdown_nc_iframe.html
@@ -0,0 +1,336 @@
+
+
+{% load counter_tag %}
+{% load static %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Heutiger Arbeitstag
+ 00:00
+
+
+
+ Aktuelle Pause
+ 00:00
+
+
+
+
+
+
+
+
+
+
+ Arbeitsbeginn: 00:00:00
+ Arbeitsende: 00:00:00
+ Pausenzeit: 00:00:00
+
+
+
+
+
+
+{% loadaccounttime request.user as actualaccounttime %}
+Gleitzeitkonto:
+{% if actualaccounttime.1 == 0 %}
+
+{{actualaccounttime.0}} Stunden
+{% else %}
+
-{{actualaccounttime.0}} Stunden
+{% endif %}
+
+
+
+
+
+
diff --git a/timemanagement/urls.py b/timemanagement/urls.py
index efa88ae..41442ab 100644
--- a/timemanagement/urls.py
+++ b/timemanagement/urls.py
@@ -1,6 +1,6 @@
from django.urls import path
from django.contrib.auth.decorators import login_required, permission_required
-from .views import TimeManagement, TimeAjax, AbsenceManagmenet, AbsenceUpdate, TimeUpdate, AddBreak, TimeAdd, TimeManagementTeamSingle
+from .views import TimeManagement, TimeAjax, AbsenceManagmenet, AbsenceUpdate, TimeUpdate, AddBreak, TimeAdd, TimeManagementTeamSingle, GetRealtimeDropDown
'''
Permissions definiert in models.py bei USERS und dann hier vor die View geschrieben!
'''
@@ -20,5 +20,5 @@ urlpatterns = [
path('abs/