diff --git a/files/templates/userpage/blockers.html b/files/templates/userpage/blockers.html index ac9b3af9a..1c9b839fa 100644 --- a/files/templates/userpage/blockers.html +++ b/files/templates/userpage/blockers.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}@{{u.username}}'s blockers{% endblock %} {% block content %} -
@{{u.username}}'s blockers ({{total}} users)
+
@{{u.username}}'s blockers ({{total}} user{{macros.plural(total)}})
@@ -24,3 +24,5 @@ {% block pagenav %} {% include "pagination.html" %} {% endblock %} + +({{total}} user{{macros.plural(total)}}) diff --git a/files/templates/userpage/blocking.html b/files/templates/userpage/blocking.html index 10c6c5ceb..94b09ed8d 100644 --- a/files/templates/userpage/blocking.html +++ b/files/templates/userpage/blocking.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}Users blocked by @{{u.username}}{% endblock %} {% block content %} -
Users blocked by @{{u.username}} ({{total}} users)
+
Users blocked by @{{u.username}} ({{total}} user{{macros.plural(total)}})
diff --git a/files/templates/userpage/followers.html b/files/templates/userpage/followers.html index 7026253be..baa4dbec0 100644 --- a/files/templates/userpage/followers.html +++ b/files/templates/userpage/followers.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}@{{u.username}}'s followers{% endblock %} {% block content %} -
@{{u.username}}'s followers ({{total}} users)
+
@{{u.username}}'s followers ({{total}} user{{macros.plural(total)}})
diff --git a/files/templates/userpage/following.html b/files/templates/userpage/following.html index d293a2dee..6678cd95f 100644 --- a/files/templates/userpage/following.html +++ b/files/templates/userpage/following.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}Users followed by @{{u.username}}{% endblock %} {% block content %} -
Users followed by @{{u.username}} ({{total}} users)
+
Users followed by @{{u.username}} ({{total}} user{{macros.plural(total)}})
diff --git a/files/templates/userpage/muters.html b/files/templates/userpage/muters.html index 4981b9663..a8badd050 100644 --- a/files/templates/userpage/muters.html +++ b/files/templates/userpage/muters.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}@{{u.username}}'s notification muters{% endblock %} {% block content %} -
@{{u.username}}'s notification muters ({{total}} users)
+
@{{u.username}}'s notification muters ({{total}} user{{macros.plural(total)}})
diff --git a/files/templates/userpage/muting.html b/files/templates/userpage/muting.html index 7eb986af0..5c05f6720 100644 --- a/files/templates/userpage/muting.html +++ b/files/templates/userpage/muting.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}Users whose notifications are muted by @{{u.username}}{% endblock %} {% block content %} -
Users whose notifications are muted by @{{u.username}} ({{total}} users)
+
Users whose notifications are muted by @{{u.username}} ({{total}} user{{macros.plural(total)}})