{% extends "zerver/portico.html" %} {% block title %} {{ _("Update required") }} | Zulip {% endblock %} {% block content %}

{{ _('Update required') }}

{% trans %} You are using old version of the Zulip desktop app that is no longer supported. {% endtrans %}

{% if auto_update_broken %}

{% trans %} The auto-update feature in this old version of Zulip desktop app no longer works. {% endtrans %}

{% endif %}

{{ _("Download the latest release.") }}

{% endblock %}