{%- extends "base.html" %} {%- block title %} {% trans %}New domain{% endtrans %} {%- endblock %} {%- block content %} {%- call macros.card() %}
{{ form.hidden_tag() }} {{ macros.form_field(form.name) }} {{ macros.form_fields((form.max_users, form.max_aliases)) }} {{ macros.form_field(form.max_quota_bytes, step=10**9, max=50*10**9, data_infinity="true", prepend=' GB') }} {{ macros.form_field(form.signup_enabled) }} {{ macros.form_field(form.comment) }} {{ macros.form_field(form.submit) }}
{%- endcall %} {%- endblock %}