ConditionAttrObject.html revision 89092dc10fe08b037266c0b4efb94b221f6fffb3
5003b4008868032decd27b09f87bc1222ce1b783Joe Bandenburg<label for="selection_{{id}}" data-title="{{title}}">{{t i18nKey}}</label>
5003b4008868032decd27b09f87bc1222ce1b783Joe Bandenburg<select placeholder="{{t 'policy.conditionTypes.attributes.object'}}" multiple id="selection_{{id}}" class="selectize object-prop" {{#if dataSource}}data-source="{{dataSource}}"{{/if}}>
5003b4008868032decd27b09f87bc1222ce1b783Joe Bandenburg{{#each data}}
5003b4008868032decd27b09f87bc1222ce1b783Joe Bandenburg<option selected value="{{@key}}:{{this}}">{{@key}}:{{this}}</option>
5003b4008868032decd27b09f87bc1222ce1b783Joe Bandenburg{{/each}}
5003b4008868032decd27b09f87bc1222ce1b783Joe Bandenburg</select>
5003b4008868032decd27b09f87bc1222ce1b783Joe Bandenburg