@extends('layouts.app') @section('title', 'R9 Acted items') @section('contents')
Schemes leave the R9 issues list after a tool changes them (e.g. Set Draft). Use this page to find those actions and roll them back one by one.
Acted items (latest {{ count($batches) }})
@forelse ($batches as $batch) @empty @endforelse
Batch When Action PC Summary
#{{ $batch['id'] }} {{ $batch['created_at'] }} {{ $batch['action'] }} @if (! empty($batch['pc_form_id'])) #{{ $batch['pc_form_id'] }} @if (! empty($batch['tools_url'])) Tools @endif @else — @endif {{ $batch['summary'] }} @if (! empty($batch['rolled_back'])) Rolled back @else
@csrf @if (! empty($batch['pc_form_id'])) @endif
@endif
No R9 tool actions yet.
@endsection