[% 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 %]
[% INCLUDE makeLazyTab tabName="tabs-my-jobs" uri=c.uri_for(c.controller('User').action_for('my_jobs_tab'), [user.username]) %] [% INCLUDE makeLazyTab tabName="tabs-my-jobsets" uri=c.uri_for(c.controller('User').action_for('my_jobsets_tab'), [user.username]) %]
[% END %]