{% extends 'base.html' %} {% from "macros.html" import render_field %} {% block title %}Tenant Domain Registration{% endblock %} {% block content_title %}Register Tenant Domain{% endblock %} {% block content_description %}Make a new tenant domain, which enables the chat client on the specified domain{% endblock %} {% block content %}
{% endblock %} {% block content_footer %} {% endblock %}