{% extends "zerver/portico.html" %} {# Terms of service. #} {% block portico_content %}
{% if terms_of_service %} {{ terms_of_service|render_markdown_path }} {% 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 %}