% layout 'standard', title => 'Admin Panel', sb_active => 'admin'; %= include 'admin/_nav', page => 'person' %= include '_base/status_window'; % if ( @{$c->stash->{notes}} ) { % }
Name Email Address Created Become User
<%= $profile->name %> <%= $profile->email %> <%= $profile->created_at->strftime( "%F" ) %>
% for my $blog ( $profile->blogs->all ) { % }
Blog Domain Created Manage Blog
<%= $blog->domain->name %> <%= $blog->created_at->strftime( "%F" ) %>