{% set page_title = _("Too Many Requests") %} {% extends theme("layout.html") %} {% block content %}

{% trans %}429 - Too Many Requests{% endtrans %}

{% trans %}In order to prevent brute force attacks on accounts we have limited the amount of requests on this route.{% endtrans %}

{% trans %}Please try again in{% endtrans %} {{ timeout }}

{% endblock %}