| 1 | <div> |
| 2 | <h2 data-i18n="Creating a Connection Profile"> |
| 3 | Creating a Connection Profile |
| 4 | </h2> |
| 5 | <div class="justifyLeft flex-container flexFlowColumn flexNoGap"> |
| 6 | {{#each profile}} |
| 7 | <label class="checkbox_label"> |
| 8 | <input type="checkbox" value="{{@key}}" name="exclude" checked> |
| 9 | <span><strong data-i18n="{{@key}}">{{@key}}:</strong> {{this}}</span> |
| 10 | </label> |
| 11 | {{/each}} |
| 12 | </div> |
| 13 | <div class="marginTop5"> |
| 14 | <small> |
| 15 | <b data-i18n="Hint:">Hint:</b> |
| 16 | <i data-i18n="Click on the setting name to omit it from the profile.">Click on the setting name to omit it from the profile.</i> |
| 17 | </small> |
| 18 | </div> |
| 19 | <h3 data-i18n="Enter a name:"> |
| 20 | Enter a name: |
| 21 | </h3> |
| 22 | </div> |