{% extends "layout/basic.html" %} {% block content %}

{{ _('Join {0}').format(handler.domain['name']) }}

{{ _('By clicking the button, you will become a member of the domain {0}.').format(handler.domain['name']) }}

{% if join_settings['method'] == vj4.constant.domain.JOIN_METHOD_CODE %} {{ form.form_text(columns=None, label='Invitation Code', name='code', required=true, help_text='You need to enter the invitation code to join the domain.', value=code, autofocus=True) }} {% endif %}
{% endblock %}