{% extends "zerver/portico.html" %} {% block title %} {{ _("Error") }} | Zulip {% endblock %} {% block portico_class_name %}error{% endblock %} {% block portico_content %}
{% if status_code == 405 %}

{{ _("Method not allowed (405)") }}

{% else %}

{{ _("Page not found (404)") }}

{% endif %}

{% trans %} If this error is unexpected, you can contact support. {% endtrans %}

{% endblock %}