User Management


<%= this.model.storage.allowed%> storage plan

<%= this.model.storage.used%>/<%= this.model.storage.allowed%>

<%= this.model.storage.used%> used

<%= (this.model.user.length)%> user on this plan (<%= 5- (this.model.user.length)%> seats left)
Invite someone to share your Cloud.

Send them an email


  • You

    (Account Owner)

  • <% if(this.model.user.length > 1){ %> <% this.model.user.forEach(element => {%> <% if(element.type != "owner"){ %>
  • <% if (element.attributes.displayName) {%><%= element.attributes.displayName%>-<% } %><%= element.attributes.displayNameAlias%>

    <%if (element.status == 'Accepted') {%><% } %><% if(element.status == 'Invited') {%><% } %>

  • <% } %> <% }); %> <% } %>