{{resource.importResource.message || ''}}
{{ 'import.status-info.replaced_count_graphs' | translate: {count: resource.importResource.numReplacedGraphs} }}
{{ (hasAddedStatements || hasRemovedStatements ? ',' : '') }}
{{ 'import.status-info.added_count_statements' | translate: {count: resource.importResource.addedStatements} }}
{{ (hasRemovedStatements ? ',' : '') }}
{{ 'import.status-info.removed_count_statements' | translate: {count: resource.importResource.removedStatements} }}