{% 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 joinSettings['method'] == model.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 %}