[% WRAPPER layout.tt title="Hydra Overview" %]

Project [% project.name %]

Definition

[% FOREACH jobset IN project.jobsets -%]

Jobset [% jobset.name %]

Description: [% jobset.description %]
Nix expression: [% jobset.nixexprpath %] in input [% jobset.nixexprinput %]

[% FOREACH input IN jobset.jobsetinputs -%] [% END %]
Input nameTypeValues
[% input.name %] [% input.type %] [% FOREACH alt IN input.jobsetinputalts -%] [% IF input.type == "string" %] "[% alt.value %]" [% ELSE %] [% alt.uri %] [% END %] [% END %]
[% END -%]

Jobs

[% END %]