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