diff --git a/files/templates/admin/alts.html b/files/templates/admin/alts.html index cfb935b64..fc78dbffa 100644 --- a/files/templates/admin/alts.html +++ b/files/templates/admin/alts.html @@ -5,7 +5,7 @@ {% else %}
Alts
{% endif %} -{%- import 'util/helpers.html' as help -%} +{%- import 'util/macros.html' as macros with context -%}
@@ -16,7 +16,7 @@ {% if u %} {% set count=alts|length %}
-

@{{u.username}} created their account {{u.created_utc|timestamp}} and has {{count}} known alt{{help.plural(count)}}.
+

@{{u.username}} created their account {{u.created_utc|timestamp}} and has {{count}} known alt{{macros.plural(count)}}.
They are {% if not u.is_suspended_permanently %}not {% endif %}permanently banned{% if v.admin_level >= PERMS['USER_SHADOWBAN'] %} and they are {% if not u.shadowbanned %}not {% endif %}shadowbanned{% endif %}.

diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 285aeb960..1b6d57c64 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -1,4 +1,4 @@ -{%- import 'util/helpers.html' as help -%} +{%- import 'util/macros.html' as macros with context -%} {%- import 'html_head.html' as html_head with context -%} diff --git a/files/templates/chat.html b/files/templates/chat.html index 7724a6a65..ec6b5edc4 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -1,4 +1,4 @@ -{%- import 'util/helpers.html' as help -%} +{%- import 'util/macros.html' as macros with context -%} {%- import 'html_head.html' as html_head with context -%} diff --git a/files/templates/comments.html b/files/templates/comments.html index 79f08797c..46f9d06c0 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -1,4 +1,4 @@ -{%- import 'util/helpers.html' as help -%} +{%- import 'util/macros.html' as macros with context -%} {% if not request.headers.get("xhr") %} {% if comment_info %}