[% WRAPPER layout.tt title="Dashboard" %] [% PROCESS common.tt %]
[% IF starredJobs.size > 0 %]

Below are the 20 most recent builds of your starred jobs.

[% FOREACH j IN starredJobs %] [% FOREACH b IN j.builds %] [% END %] [% END %]
Job
[% INCLUDE renderFullJobName project=j.job.get_column('project') jobset=j.job.get_column('jobset') job=j.job.name %][% INCLUDE renderBuildStatusIcon size=16 build=b %]
[% ELSE %]
You have no starred jobs. You can add them by visiting a job page and clicking on the ☆ icon.
[% END %]
[% END %]