+
Basic info
+
Site: {{ worker.site }}
+
Grade: {{ worker.grade }}
+
FTE: {{ worker.fte }}
+
Email: {{ worker.email }}
+
+
Leaves
+
+ {% include 'rota/partials/leave_list.html' with leaves=worker.leaves.all token=None %}
+
+
+
Configured constraints & options
+
Below are the worker's configured options. Values are shown read-only.
+
+
+ {{ pretty_options }}
+
+
+
Quick summary
+
+ {% for it in worker.options.hard_day_exclusions %}
+ HDE
+ {% empty %}{% endfor %}
+ {% for it in worker.options.hard_day_dependencies %}
+ HDD
+ {% empty %}{% endfor %}
+ {% for it in worker.options.forced_assignments %}
+ FA
+ {% empty %}{% endfor %}
+ {% for it in worker.options.forced_assignments_by_date %}
+ FAD
+ {% empty %}{% endfor %}
+ {% for it in worker.options.allowed_multi_shift_sets %}
+ AMS
+ {% empty %}{% endfor %}
+
+
+
+
+