3 lines
185 B
HTML
Raw Normal View History

<span ng-if="!property.noValue">{{'PROPERTY.EXCEPTIONS' | translate:property.value.exceptions}}</span>
<span ng-if="property.noValue">{{'PROPERTY.EXCEPTIONS.EMPTY' | translate}}</span>