xiangpei
2025-03-03 aa084fcf2f099ebcf1e2d7ae46a03a5f77f76949
1
2
3
4
<div ng-controller="FlowableFormReferenceDisplayCtrl">
    <span ng-if="property.value && property.value.id">{{form.name}}</span>
    <span ng-if="!property.value || !property.value.id" translate>PROPERTY.FORMREFERENCE.EMPTY</span>
</div>