{% extends "zerver/portico.html" %} {% block title %} {{ _("Rate limit exceeded") }} | Zulip {% endblock %} {% block portico_content %}

{{ _("Rate limit exceeded.") }}

{% trans %}You have exceeded the limit for how often a user can perform this action.{% endtrans %} {% trans %}You can try again in {{retry_after}} seconds.{% endtrans %}

{% endblock %}