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