// Copyright 2016 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. {namespace registry.soy.registrar.console autoescape="strict"} /** * Main registrar page. We use a single page architecture (SPA) so content is * filled in dynamically into reg-app element via JS rendering of Component.soy * and other templates within it. */ {template .main} {@param xsrfToken: string} /** Security token. */ {@param clientId: string} /** Registrar client identifier. */ {@param username: string} /** Arbitrary username to display. */ {@param isAdmin: bool} /** Is this user an App Engine account admin? */ {@param logoutUrl: string} /** Generated URL for logging out of Google. */ {@param showPaymentLink: bool} {@param productName: string} /** Name to display for this software product. */ {@param integrationEmail: string} {@param supportEmail: string} {@param announcementsEmail: string} {@param supportPhoneNumber: string} {@param technicalDocsUrl: string} {call registry.soy.console.header} {param app: 'registrar' /} {param subtitle: 'Registrar Console' /} {/call} {call registry.soy.console.googlebar data="all" /}
The {$productName} registrar console is temporarily disabled. Please contact your customer service representative for more information.
The account you are logged in as is not associated with {$productName}. Please contact your customer service representative or switch to an account associated with {$productName}.
You are signed in as {$username}.
This console can help you manage your relationship with {$productName} and allow self-service for key operations.
![]() Access ResourcesUse Google Drive to viewonboarding FAQs, technical documentation & billing reports. |
![]() Manage SettingsSecurity, WHOIS & contactsettings are easy to view and edit. |
![]() Contact UsView important phone & emailcontact information for {$productName}. |
We're
hard at work creating new features for the console. Stay tuned
for updates!
Our support team can assist you with any technical or operational questions you may have regarding our registry services.
{$integrationEmail}
{$supportEmail} Note: You may receive occasional service announcements via {$announcementsEmail}. You will not be able to reply to those messages. | |
For general support inquiries 24x7 |
Please be ready with your account name and telephone passcode when contacting us by phone. Your telephone passcode is: {if (isNonnull($phonePasscode))} {$phonePasscode} {else} pending allocation {/if} Call us at: |
The registry system uses Google Drive to share important documentation.
Find onboarding FAQs & technical documentation here:
View TLD information on Google Drive
Find information on all transaction activity behind your monthly invoices in this folder.
{if (isNonnull($driveFolderId))} View billing details on Google Drive {else} Your billing folder is pending allocation. {/if}