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

{{ __('System Settings') }}

{{ __('The official name of the organization operating the registry.') }}
{{ __('Enter the URL of the registry\'s RDAP server. Example:') }} https://rdap.example.com
{{ __('Enter the URL of the registry\'s WHOIS server. Example:') }} whois.example.com
{{ __('A unique identifier for the registry which will be appended to each object handle.') }}
{{ __('Choose the currency for all transactions. This impacts billing and financial reports. Inform stakeholders of changes.') }}

{{ __('Operator Details') }}

{{ __('Enter the VAT number of the organization operating the registry, or company number if VAT is unavailable.') }}
{{ __('The contact address of the registry.') }}
{{ __('The contact address of the registry.') }} (Line 2)
{{ __('The email address for general inquiries to the registry.') }}
{{ __('The phone number for general inquiries to the registry.') }}
{% include 'partials/footer.twig' %}
{% endblock %}