{{t "runPipeline.title" name=model.displayName}}
{{#if loading}}
{{t "generic.loading"}}
{{else if branchesChoices.length}}
{{searchable-select
class="form-control"
content=branchesChoices
value=branch
}}
{{top-errors errors=errors}}
{{save-cancel
editing=editing
createLabel="action.run"
save=(action "save")
cancel=(action "cancel")
}}
{{else}}
{{t "runPipeline.noBranch" htmlSafe=true}}
{{/if}}