<#include "/header.ftl"/> <#global content> <#if currentUser??>
Mailbox ${mailbox.nickname}

List of contacts.

<#list contacts as contact>
Name
${contact.name}

Create a new contact.

Name:
Mailbox's address:
Choose one of the hosted mailboxes:

<#global menu>
<#include "/footer.ftl"/>