diff --git a/web/app/templates/admin/user.html.j2 b/web/app/templates/admin/user.html.j2
index 78351735..27d09d8c 100644
--- a/web/app/templates/admin/user.html.j2
+++ b/web/app/templates/admin/user.html.j2
@@ -1,5 +1,9 @@
{% extends "nopaque.html.j2" %}
+{% block nav_content %}
+{% include 'admin/_breadcrumbs.html.j2' %}
+{% endblock nav_content %}
+
{% block page_content %}
diff --git a/web/app/templates/admin/users.html.j2 b/web/app/templates/admin/users.html.j2
index a7b712da..afe282ff 100644
--- a/web/app/templates/admin/users.html.j2
+++ b/web/app/templates/admin/users.html.j2
@@ -1,5 +1,9 @@
{% extends "nopaque.html.j2" %}
+{% block nav_content %}
+{% include 'admin/_breadcrumbs.html.j2' %}
+{% endblock nav_content %}
+
{% block page_content %}
@@ -7,28 +11,28 @@
{{ title }}
-
+
-
+
search
-
-
+
Id |
Username |
Email |
- Role |
- {# Actions #} |
+ Last seen |
+ Role |
+ |
-
+
@@ -38,9 +42,8 @@
{% block scripts %}
{{ super() }}
-
{% endblock scripts %}
diff --git a/web/app/templates/nopaque.html.j2 b/web/app/templates/nopaque.html.j2
index 73e9bc9a..c5085490 100644
--- a/web/app/templates/nopaque.html.j2
+++ b/web/app/templates/nopaque.html.j2
@@ -150,7 +150,7 @@
{% if current_user.is_administrator() %}
- buildAdministration tools
+ buildAdministration
{% endif %}
{% endblock sidenav %}
@@ -264,6 +264,7 @@
+