class="col-form-label col-form-label-sm">Include <iclass="fas fa-circle-info"ngbTooltip="Select the template include method you want to use."></i></label>
<labelclass="col-form-label col-form-label-sm">Version <iclass="fas fa-circle-info"ngbTooltip="Select the template version pattern you want to include."></i></label>
<div
class="btn-group btn-group-sm rounded ms-1"
data-toggle="buttons"
>
<label
class="btn btn-toggle"
[class.selected]="options.versionMode === mode"
*ngFor="let mode of keys(versionModes)"
>
<labelclass="col-form-label col-form-label-sm"
>Version
<i
class="fas fa-circle-info"
ngbTooltip="Select the template version pattern you want to include."
<labelclass="form-check-label"for="stages-control">With stages <iclass="fas fa-circle-info"ngbTooltip="Required if you wish to override default stages."></i></label>
<labelclass="input-group-text"for="gitlab-host">GitLab Host <iclass="fas fa-circle-info ms-1"ngbTooltip="Set the GitLab server host (FQDN) you want to use."></i></label>