% use DateTime; % layout 'project'; % title "Project " . $project->name . " / Jobs";
It seems that you just created this project. To get started you first have to upload/register one or more Rexfiles. After this you can create jobs and formulars.
% }Currently this project has no jobs.
% } else { % for my $job (@{ $jobs }) {Currently this project has no Rexfiles.
% } else { % for my $rexfile (@{ $project->rexfiles }) {Currently this project has no Formulars.
% if ($job_count == 0) {To create a formular you first have to create a job for it.
% } % } else { % for my $formular (@{ $formulars }) {