xiangpei
2025-03-17 52e9ef7d0a66500d596c2d4a3e8fc635c9f3e742
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>