{{-- The processing agreement, in the console. Upload left, what is in force and who has it right, the versions underneath. Uploading and publishing are two acts on purpose: publishing leaves every customer outstanding again, and that is not something to trigger by dropping a file on a form. --}}
{{ __('dpa_admin.eyebrow') }}
{{ __('dpa_admin.subtitle') }}
{{ __('dpa_admin.none_yet') }}
@else{{ $current->version }}
{{-- R19: stored in UTC, read on the wall clock. --}}{{ __('dpa_admin.in_force_since', ['when' => $current->published_at->local()->isoFormat('LL')]) }}
{{ __('dpa_admin.accepted_count', ['accepted' => $accepted, 'total' => $customers]) }}
@if ($outstanding > 0){{ __('dpa_admin.outstanding', ['count' => $outstanding]) }}
@endif{{ __('dpa_admin.no_versions') }}
@else| {{ __('dpa_admin.col_version') }} | {{ __('dpa_admin.col_state') }} | {{ __('dpa_admin.col_accepted') }} | {{ __('dpa_admin.col_files') }} | |
|---|---|---|---|---|
| {{ $v->version }} @if ($v->note) {{ $v->note }} @endif |
@if ($v->isPublished())
|
{{ $v->acceptances_count }} |
{{ __('dpa_admin.file_agreement') }}
@if ($v->measures_path)
{{ __('dpa_admin.file_measures') }}
@endif
{{-- A download, so it says so and looks like
a control rather than a third link in
a row of two. --}}
|
@if (! $v->isPublished())
{{-- R23: a modal, because publishing leaves every
customer outstanding again. --}}
|