2024-09-25 14:23:43 +00:00
|
|
|
<div>
|
2025-01-12 00:42:58 +07:00
|
|
|
<h3 data-i18n="Included settings:">Included settings:</h3>
|
2024-09-25 14:23:43 +00:00
|
|
|
<div class="justifyLeft flex-container flexFlowColumn flexNoGap">
|
|
|
|
{{#each settings}}
|
|
|
|
<label class="checkbox_label">
|
2024-09-26 23:34:03 +03:00
|
|
|
<input type="checkbox" value="{{@key}}" name="exclude"{{#if this}} checked{{/if}}>
|
2025-01-12 00:42:58 +07:00
|
|
|
<span data-i18n="{{@key}}">{{@key}}</span>
|
2024-09-25 14:23:43 +00:00
|
|
|
</label>
|
|
|
|
{{/each}}
|
|
|
|
</div>
|
2024-09-28 21:31:13 +07:00
|
|
|
<h3 data-i18n="Profile name:">Profile name:</h3>
|
2024-09-25 14:23:43 +00:00
|
|
|
</div>
|