diff --git a/canaille/templates/forgotten-password.html b/canaille/templates/forgotten-password.html
index 436f2bfb..12b6bf2d 100644
--- a/canaille/templates/forgotten-password.html
+++ b/canaille/templates/forgotten-password.html
@@ -33,14 +33,18 @@
{{ form.hidden_tag() if form.hidden_tag }}
{{ sui.render_field(form.login, icon="user") }}
-
- {{ _("Login page") }}
+
diff --git a/canaille/templates/login.html b/canaille/templates/login.html
index 6fec377d..02e962eb 100644
--- a/canaille/templates/login.html
+++ b/canaille/templates/login.html
@@ -34,8 +34,12 @@
{{ sui.render_field(form.password, icon="lock") }}
{% endif %}
-
- {{ _("Forgotten password") }}
+
{% endblock %}
diff --git a/canaille/templates/password.html b/canaille/templates/password.html
index 411d508d..e1b1583c 100644
--- a/canaille/templates/password.html
+++ b/canaille/templates/password.html
@@ -31,9 +31,13 @@
{{ form.hidden_tag() if form.hidden_tag }}
{{ sui.render_field(form.password, icon="lock") }}
-
- {{ _("Forgotten password") }}
- {{ _("I am not %(username)s", username=username) }}
+
{% endblock %}
diff --git a/canaille/templates/profile.html b/canaille/templates/profile.html
index 2bd6414a..176c2ced 100644
--- a/canaille/templates/profile.html
+++ b/canaille/templates/profile.html
@@ -153,23 +153,30 @@
{% endif %}
-
- {% if user.admin and edited_user and user.uid != edited_user.uid %}
-
- {{ _("Impersonate") }}
-
- {% endif %}
- {% if user.moderator and edited_user or self_deletion %}
-
- {% endif %}
+
{% endblock %}