{{ __('modules.org.resources_views_pages_licenses_print.text_92a100a9c1') }}
@include('org::pages.licenses.partials.license-details-content', [
'license' => $license,
'owners' => $owners,
'currentOwner' => $currentOwner,
'localCommittees' => $localCommittees,
'centralCommittees' => $centralCommittees,
'developmentFees' => $developmentFees,
'licenseFees' => $licenseFees,
'finesFees' => $finesFees,
'developmentPayments' => $developmentPayments,
'licensePayments' => $licensePayments,
'finesPayments' => $finesPayments,
'licenseMapEmbedUrl' => $licenseMapEmbedUrl,
'licenseMapImageUrl' => $licenseMapImageUrl,
'showInteractiveMap' => false,
'showPrintButton' => false,
'isPrint' => true,
])