<#include "/header.ftl"/> <#global content> <#if currentUser??>

List of mailboxes.

<#list mailboxes as mailbox>
Name Owner
${mailbox.nickname} ${mailbox.owner.firstName} ${mailbox.owner.lastName}
<#if currentUser.administrator>

Create a new mailbox.

<#if errorMessage??>
${errorMessage}
Name:
Owner:

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