| 3 | <div class="justifyLeft flex-container flexFlowColumn flexNoGap"> | 3 | <div class="justifyLeft flex-container flexFlowColumn flexNoGap"> |
| 4 | {{#each settings}} | 4 | {{#each settings}} |
| 5 | <label class="checkbox_label"> | 5 | <label class="checkbox_label"> |
| 6 | {{#if this}} | 6 | <input type="checkbox" value="{{@key}}" name="exclude"{{#if this}} checked{{/if}}> |
| 7 | <input type="checkbox" value="{{@key}}" name="exclude" checked> | | |
| 8 | {{else}} | | |
| 9 | <input type="checkbox" value="{{@key}}" name="exclude"> | | |
| 10 | {{/if}} | | |
| 11 | <span>{{@key}}</span> | 7 | <span>{{@key}}</span> |
| 12 | </label> | 8 | </label> |
| 13 | {{/each}} | 9 | {{/each}} |