%# %# $Id$ %# % layout 'default'; % title 'Maacom'; % use Mojo::Util qw(dumper); % my $u = $c->app->user; % my $trusted_id = $c->req->param('trusted_id') || 0; % my $profile = $u->trusted_profile($trusted_id); % if ($profile) { % my $trusted_name = $profile->{name};
Edit host
Escape
% } % unless ($profile) {
Host with id <%= $trusted_id %> not exist
% } %#EOF