@if (data?.versionControlInformation; as vci) {
Flow Name
{{ vci.flowName }}
Version
{{ vci.version }}
Registry
{{ vci.registryName }}
@if (supportsBranching() && vci.branch) {
Branch
{{ vci.branch }}
}
Bucket
{{ vci.bucketName }}
}
{{ data?.versionControlInformation?.stateExplanation }}