% layout 'standard', title => 'Admin Panel', sb_active => 'admin'; %= include 'admin/_nav', page => 'people' % if ( my $confirmation = flash 'confirmation' ) { % } % if ( $c->stash->{success} ) { % } % if ( $c->stash->{errors} ) { % } % if ( $people ) { % for my $user ( @{$people} ) { % }
Name Email Address Created Become User
<%= $user->name %> <%= $user->email %> <%= $user->created_at->strftime( "%F" ) %>
% }