diff --git a/djangorota/djangorota/templates/base.html b/djangorota/djangorota/templates/base.html
new file mode 100644
index 0000000..75f5eb9
--- /dev/null
+++ b/djangorota/djangorota/templates/base.html
@@ -0,0 +1,27 @@
+{% load static %}
+
+
+
+
Non-working days
diff --git a/djangorota/djangorota/templates/rota/partials/worker_token_area.html b/djangorota/djangorota/templates/rota/partials/worker_token_area.html
new file mode 100644
index 0000000..0dfff96
--- /dev/null
+++ b/djangorota/djangorota/templates/rota/partials/worker_token_area.html
@@ -0,0 +1,58 @@
+
+ {% if worker.request_token %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% else %}
+
No token generated yet. Save the worker to create one or contact admin.
+ {% endif %}
+
\ No newline at end of file
diff --git a/djangorota/djangorota/templates/rota/worker_detail.html b/djangorota/djangorota/templates/rota/worker_detail.html
index 80c8062..f1bdccc 100644
--- a/djangorota/djangorota/templates/rota/worker_detail.html
+++ b/djangorota/djangorota/templates/rota/worker_detail.html
@@ -3,11 +3,24 @@
{{ worker.name }}
-{% include 'rota/partials/flatpickr_includes.html' %}
+
+ {% include 'rota/partials/flatpickr_includes.html' %}
+
+
+
Request leave on calendar
+
+
Click a date to request leave for that day.
+
{{ worker.name }}
{{ worker.email }} - {{ worker.site }}
@@ -36,5 +49,69 @@
+