% layout 'standard', title => 'Admin Panel', sb_active => 'admin'; %= include 'admin/_nav', page => 'person' %= include '_base/status_window'; % if ( @{$c->stash->{notes}} ) {
There are the following notes on this account:
| Name | Email Address | Created | Become User |
|---|---|---|---|
| <%= $profile->name %> | <%= $profile->email %> | <%= $profile->created_at->strftime( "%F" ) %> |
| Blog Domain | Created | Manage Blog |
|---|---|---|
| <%= $blog->domain->name %> | <%= $blog->created_at->strftime( "%F" ) %> |