xiangpei
2025-02-20 45e2d2bab02637a15c8e85eec020e71f9fd5f103
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>