+ {% include ui/breadcrumb.html class="breadcrumb-alternate" %}
+
\ No newline at end of file
diff --git a/src/pages/_includes/layout/header-actions/buttons.html b/src/pages/_includes/layout/header-actions/buttons.html
new file mode 100644
index 000000000..15d3f50d1
--- /dev/null
+++ b/src/pages/_includes/layout/header-actions/buttons.html
@@ -0,0 +1,9 @@
+
+
+ {% include ui/button.html text="New view" color="white" %}
+
+ {% include ui/button.html icon="plus" text="Create new report" color="primary" class="d-none d-sm-inline-block" modal-id="report" %}
+ {% include ui/button.html icon="plus" icon-only=true color="primary" class="d-sm-none" text="Create new report" modal-id="report" %}
+
+
+{% include ui/modal.html modal-id="report" size="lg" top=true %}
diff --git a/src/pages/_includes/layout/header-actions/calendar.html b/src/pages/_includes/layout/header-actions/calendar.html
new file mode 100644
index 000000000..2b27e15ee
--- /dev/null
+++ b/src/pages/_includes/layout/header-actions/calendar.html
@@ -0,0 +1,3 @@
+
+ {% include ui/button.html text="Add event" color="primary" icon="plus" %}
+
\ No newline at end of file
diff --git a/src/pages/_includes/layout/header-actions/photos.html b/src/pages/_includes/layout/header-actions/photos.html
new file mode 100644
index 000000000..0192f62cf
--- /dev/null
+++ b/src/pages/_includes/layout/header-actions/photos.html
@@ -0,0 +1,6 @@
+
+
+ {% include ui/form/input-icon.html %}
+
+ {% include ui/button.html text="Add event" color="primary" icon="plus" %}
+
\ No newline at end of file
diff --git a/src/pages/_includes/layout/header-actions/users.html b/src/pages/_includes/layout/header-actions/users.html
new file mode 100644
index 000000000..acf5eb059
--- /dev/null
+++ b/src/pages/_includes/layout/header-actions/users.html
@@ -0,0 +1,4 @@
+