1 <div>
2 <h3 data-i18n="Included settings:">Included settings:</h3>
3 <div class="justifyLeft flex-container flexFlowColumn flexNoGap">
4 {{#each settings}}
5 <label class="checkbox_label">
6 <input type="checkbox" value="{{@key}}" name="exclude"{{#if this}} checked{{/if}}>
7 <span data-i18n="{{@key}}">{{@key}}</span>
8 </label>
9 {{/each}}
10 </div>
11 <h3 data-i18n="Profile name:">Profile name:</h3>
12 </div>