{% extends "layouts/app.twig" %} {% block title %}{{ __('Create New TLD') }}{% endblock %} {% block content %}
{% include 'partials/flash.twig' %}
{{ csrf.field | raw }}
{{ __('General Details') }}
{{ __('Enter the desired top-level domain (TLD) name, like') }} '.test' {{ __('or') }} '.example'.
{{ __('DNSSEC is currently activated manually. This option is for display purposes only.') }}
{{ __('Choose the script type that the TLD will support. Options include ASCII, Cyrillic, Japanese, and Korean.') }}
{{ __('Pricing') }}
{{ __('Command') }} {{ __('Setup Fee') }} 1 {{ __('Year') }} * 2 {{ __('Years') }} * 3 {{ __('Years') }} * 4 {{ __('Years') }} * 5 {{ __('Years') }} * 6 {{ __('Years') }} * 7 {{ __('Years') }} * 8 {{ __('Years') }} * 9 {{ __('Years') }} * 10 {{ __('Years') }} *
{{ __('Create') }}
{{ __('Renew') }}
{{ __('Transfer') }}
{{ __('When you type a price for 1 Year above, it will automatically get multiplied for subsequent years.') }}
{{ __('Enter the price for restoring the TLD.') }}
{{ __('Premium Names') }}
{{ __('Upload a CSV file with premium names. Each row should contain a name and its pricing category, separated by a comma.') }}

{{ __('Set Premium Name Price Categories') }}
{{ __('Category Name') }} {{ __('Price') }} {{ __('Action') }}
{% include 'partials/footer.twig' %}
{% endblock %}