ResponseAttrsUser.html revision 1c04b1f70c5843b3cc458c73cb814968703be6d2
<ul>
<li>
{{#if allUserAttributes}}
<select multiple id="avaliableUserAttributes" class="selectize">
<option disabled selected value="">{{t "policy.responseAttributes.subjectAttributesPlaceholder"}}</option>
{{#each allUserAttributes}}
<option {{#if selected}}selected{{/if}} value="{{propertyName}}">{{propertyName}}</option>
{{/each}}
</select>
{{else}}
{{/if}}
</li>
</ul>
</div>