Digital Office Automation System
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

form-properties-display-template.html 195B

123
  1. <span ng-if="!property.noValue">{{'PROPERTY.FORMPROPERTIES.VALUE' | translate:property.value.formProperties}}</span>
  2. <span ng-if="property.noValue" translate>PROPERTY.FORMPROPERTIES.EMPTY</span>