Generated on: {{ date('d F Y') }}
{!! $disclaimer !!}
| Country | {{ $mapItem->title }} |
|---|---|
| Year | {{ $mapItem->year }} |
| Automatic Early Termination | @switch($mapItem->aet) @case('shall_apply') shall apply @break @case('shall_not_apply') shall not apply @break @case('enforceable_but_not_required') enforceable but not required @break @default {{ $mapItem->aet }} @endswitch |
| AET Comment | {!! $mapItem->aet_comment !!} |
| Relevant Commodity | @switch($mapInformation->relevant_commodity) @case('power_gas') Power/Gas @break @case('co2_allowances') CO2 Allowances @break @case('green_certificates') Green Certificates @break @case('mixed_portfolio') Mixed Portfolio @break @default {{ $mapInformation->relevant_commodity }} @endswitch |
|---|---|
| Colour Coding | @switch($mapInformation->color) @case('green') Green @break @case('yellow') Yellow @break @case('red') Red @break @default None @endswitch |
| Counterparty Comment | {!! $mapInformation->counterparty_comment !!} |
| Comment | {!! $mapInformation->comment !!} |
No map information records available for this country.
@endif