{% extends "zerver/portico.html" %} {% set entrypoint = "billing_auth" %} {% block title %} {% if next_page and next_page == "deactivate" %} Log in to deactivate registration for {{ host }} | Zulip {% else %} Log in to Zulip plan management for {{ host }} | Zulip {% endif %} {% endblock %} {% block portico_content %}
{% if next_page and next_page == "deactivate" %}

Log in to deactivate registration for
{{ host }}

{% else %}

Log in to Zulip plan management for
{{ host }}

{% endif %}
{{ csrf_input }} {% if (not user_full_name) and (not (next_page and next_page == "deactivate")) %} {% endif %} {% if tos_consent_needed %} {% endif %}
{% endblock %}