+
+
{{ T('no-account-sign-up') }} {{ T("sign-up") }}
{% endblock %}
\ No newline at end of file
diff --git a/templates/manageaccounts.jinja2 b/templates/manageaccounts.jinja2
index defd67f..7689dc8 100644
--- a/templates/manageaccounts.jinja2
+++ b/templates/manageaccounts.jinja2
@@ -5,48 +5,48 @@
{% block content %}
Manage accounts
+
{% if current_user.is_admin %}
-
- Here is the list of users registered on {{ app_name }}, in reverse chronological order.
- Beware: you are managing sensitive informations.
-
+
+ Here is the list of users registered on {{ app_name }}, in reverse chronological order.
+ Beware: you are managing sensitive informations.
+
-
+
-
-{% else %}
-
Managing accounts can be done by users with Admin permissions only.
-{% endif %}
+ {% if page_n < total_count // 20 %}
+
Next page »
+ {% endif %}
+
+
+ {% else %}
+
Managing accounts can be done by users with Admin permissions only.
+ {% endif %}
+
{% endblock %}
\ No newline at end of file
diff --git a/templates/notfound.jinja2 b/templates/notfound.jinja2
index eb4e06b..e79d893 100644
--- a/templates/notfound.jinja2
+++ b/templates/notfound.jinja2
@@ -5,5 +5,7 @@
{% block content %}
{{ T('not-found') }}
-
{{ T('not-found-text-1') }} {{ request.path }} {{ T('not-found-text-2') }}.
+
+
{{ T('not-found-text-1') }} {{ request.path }} {{ T('not-found-text-2') }}.
+
{% endblock %}
diff --git a/templates/privacy.jinja2 b/templates/privacy.jinja2
index a631f98..c7cf33a 100644
--- a/templates/privacy.jinja2
+++ b/templates/privacy.jinja2
@@ -7,7 +7,7 @@
Privacy Policy
-
+
{% filter markdown %}
# Privacy
diff --git a/templates/register.jinja2 b/templates/register.jinja2
index 5b2f9d2..821b406 100644
--- a/templates/register.jinja2
+++ b/templates/register.jinja2
@@ -5,7 +5,8 @@
{% block content %}
{{ T('sign-up') }}
-