<% if (status.services) { %>
Fetching OAuth Services ...
<% } else if (status.fetching) { %>
Fetching your public information ...
<% } else if (status.connecting) { %>
Connecting to Open Peer Relay...
<% } else if (status.error) { %>
Error! <%= status.error %>
<% } else if (status.contacts) { %>
Fetching your contacts ...
<% } else { %>
Please Log In
<% } %>