% layout 'admin';
% title 'Import';
% content_for javascript => begin
% end
% if ( my $error = flash 'error' ) {
Error! <%= $error %>
% } elsif ( my $success = flash 'success' ) {
Success! <%= $success %>
% }
% for my $import ( $import_rs->all ) {
% }
%= bootstrap_pagination( $c->param('page') || 1, $import_rs->pager->last_page, { class => 'justify-content-center' } );