{if $successful}
{include file="$template/includes/alert.tpl" type="success" msg="{lang key='changessavedsuccessfully'}" textcenter=true}
{/if}
{if $pending}
{include file="$template/includes/alert.tpl" type="info" msg=$pendingMessage textcenter=true}
{/if}
{if $domainInformation && !$pending && $domainInformation->getIsIrtpEnabled() && $domainInformation->isContactChangePending()}
{if $domainInformation->getPendingSuspension()}
{include file="$template/includes/alert.tpl" type="warning" msg="{lang key='domains.verificationRequired'}
{lang key='domains.newRegistration'}" textcenter=true}
{else}
{include file="$template/includes/alert.tpl" type="info" msg="{lang key='domains.contactChangePending'}
{lang key='domains.contactsChanged'}" textcenter=true}
{/if}
{/if}
{if $error}
{include file="$template/includes/alert.tpl" type="error" msg=$error textcenter=true}
{/if}
{lang key='whoisContactWarning'}