{% extends "layouts/app.twig" %} {% block title %}{{ __('Create Domain') }}{% endblock %} {% block content %}
{% include 'partials/flash.twig' %}
{{ csrf.field | raw }}
{% if registrars and not registrar %}
{% endif %}
1 Year
{{ __('Statuses') }}
{% if roles == 0 %}
{{ __('Server Statuses') }}
{% endif %} {% if launch_phases == 'on' %}
The "Phase name" field is required only if the "Type" is set to "Custom".
{% endif %}
{% include 'partials/footer.twig' %}
{% endblock %}