{% if terms_of_service %}
{{ render_markdown_path(terms_of_service, pure_markdown=True) }}
{% 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 %}