@if ( execution && execution['status'] === 'InProgress' ) {
{{ 'REPLICATION.IN_PROGRESS' | translate }}
} @if (execution && execution['status'] === 'Succeed') {
{{ 'REPLICATION.SUCCESS' | translate }}
} @if (execution && execution['status'] === 'Failed') {
{{ 'REPLICATION.FAILURE' | translate }}
}