{% extends "zerver/portico.html" %} {# Terms of Service. #} {% block customhead %} {{ render_bundle('landing-page') }} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

{% trans %}Terms of Service{% endtrans %}

{% if terms_of_service %} {{ render_markdown_path(terms_of_service) }} {% else %} {% trans %} This installation of Zulip does not have a configured terms of service. Contact this server's administrator if you have any questions. {% endtrans %} {% endif %}
{% endblock %}