{% extends "layouts/app.twig" %} {% block title %}{{ __('Manage TLD') }} {{ tld.tld }}{% endblock %} {% block content %}
{% include 'partials/flash.twig' %}
{{ csrf.field | raw }}
General Details
{{ tld.tld }}
ccTLD/gTLD
{{ scriptName }}
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
Please upload a CSV file containing premium names. Each row should include a name and its corresponding pricing category, separated by a comma. Note: If one or more names in the file already exist in our system, they will be overwritten with the new information provided in the upload.

Set Premium Name Price Categories
{% for category in premium_categories %} {% endfor %}
Category Name Price Action
Update existing premium categories as needed. Please note: currently, deletion of categories is not available. All updates will modify existing information without removing any categories.
Manage Promotions
{% for promo in promotions %} {% else %} {% endfor %}
Promotion Name Start Date End Date Discount (%) Discount Amount Description
{{ promo.promo_name }} {{ promo.start_date }} {{ promo.end_date }} {{ promo.discount_percentage ? promo.discount_percentage ~ '%' : 'N/A' }} {{ promo.discount_amount ? promo.discount_amount : 'N/A' }} {{ promo.description ? promo.description : 'N/A' }}
No promotions found.

Create New Promotion

{{ csrf.field | raw }}
Please Note: All times displayed are in Coordinated Universal Time (UTC)
Manage Launch Phases
{% for phase in launch_phases %} {% else %} {% endfor %}
Phase Type Phase Name Phase Category Phase Description Start Date End Date
{{ phase.phase_type|capitalize }} {{ phase.phase_name|default('N/A') }} {{ phase.phase_category }} {{ phase.phase_description }} {{ phase.start_date }} {{ phase.end_date }}
No launch phases found.

Create New Phase

{{ csrf.field | raw }}
The "Phase Name" field is required only if the "Type" is set to "Custom".
Phase Category
Please Note: All times displayed are in Coordinated Universal Time (UTC)
{% endblock %}