Digital Office Automation System Backend
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.

default-value-display-template.html 231B

1234
  1. <span ng-if="!property.noValue">{{property.value|limitTo:20}}</span>
  2. <span ng-if="!property.noValue && property.value != null && property.value.length > 20">...</span>
  3. <span ng-if="property.noValue" translate>PROPERTY.EMPTY</span>