const DataImport = (
    {batch}: Props & {batch: Import},
    {gettext, format, fixedDate}: Context,
) => {
    const results = batch.getFilteredResultsSummary;