https://sentry.io/sentry-test/sentry-internal-test/issues/439835444/
KeyError: 'trans'
File "django/template/base.py", line 475, in parse
compile_func = self.tags[command]
TemplateSyntaxError: Invalid block tag on line 55: 'trans', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag?
(19 additional frame(s) were not displayed)
...
File "django/template/base.py", line 483, in parse
raise self.error(token, e)
File "django/template/base.py", line 481, in parse
compiled_result = compile_func(self, token)
File "django/template/defaulttags.py", line 956, in do_if
nodelist = parser.parse(('elif', 'else', 'endif'))
File "django/template/base.py", line 477, in parse
self.invalid_block_tag(token, command, parse_until)
File "django/template/base.py", line 533, in invalid_block_tag
get_text_list(["'%s'" % p for p in parse_until], 'or'),
Stacktrace (most recent call last):
TemplateSyntaxError: Invalid block tag on line 55: 'trans', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? admin/login.html
File "login.html", line 55
<div class="m-y text-center">
{% url 'admin_password_reset' as password_reset_url %}
{% if password_reset_url %}
<a href="{{ password_reset_url }}" class="_600">{% trans 'Forgotten your password?' %}</a>
{% endif %}
</div>
<div class="text-center">
TemplateSyntaxError: Invalid block tag on line 55: 'trans', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag?
馃惁
EC馃挵

Most helpful comment
EC馃挵