{% extends "layouts/app.twig" %} {% block title %}{{ __('Managed Reserved Names') }}{% endblock %} {% block content %}
{% include 'partials/flash.twig' %}
{{ csrf.field | raw }}

{{ __('Manage Reserved Names') }}

{% for type, names in categories %}
{{ type|capitalize }} Names
{% if names is not empty %} {% else %} {% endif %} {{ type|capitalize }} Names: These domain names are subject to special regulations or registration requirements. They might be available for registration but under specific conditions, such as proof of eligibility or additional documentation.
Enter each {{ type }} name on a new line, without the extension. For instance, use "example" in place of "example.com".
{% endfor %}
{% include 'partials/footer.twig' %}
{% endblock %}