ResponseAttrsUser.html revision 74dca04245920444925c2544c591c3da5dad607e
<p>{{t "policy.responseAttributes.subjectAttributesDescription"}}</p>
<div class="striped-list created-items">
<h3>{{t "policy.common.subjectAttributes"}}</h3>
<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}}
{{t "policy.common.noSubjectAttributes"}}
{{/if}}
</li>
</ul>
</div>