-title=@build.playable??_('This job requires a manual action'):_('This job has not been triggered yet')
-content=@build.playable??_('This job depends on a user to trigger its process. Often they are used to deploy code to production environments.'):_('This job depends on upstream jobs that need to succeed in order for this job to be triggered.')
.row.empty-state
.col-xs-12
.svg-content{class: illustration_size}
=image_tagillustration
.col-xs-12
.text-content
%h4.text-center=title
%p=content
-if@build.playable?
.text-center
=link_to_('Trigger this manual action'),play_project_job_path(@project,@build),class: 'btn btn-primary',title: _('Trigger this manual action')