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

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

{% for type, names in categories %}

{{ type|capitalize }} Names 0 {{ __('lines') }}

{% 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 %}