= $this->translate('This Sync Rule has never been run before.') ?>
sync_state === 'unknown'): ?>= $this->translate( "It's currently unknown whether we are in sync with this rule." . ' You should either check for changes or trigger a new Sync Run.' ) ?>
sync_state === 'in-sync'): ?>= sprintf( $this->translate( 'This Sync Rule was last found to by in Sync at %s.' ), $rule->last_attempt ) /* TODO: check whether... - there have been imports since then, differing from former ones - there have been activities since then */ ?>
sync_state === 'pending-changes'): ?>= $this->translate( 'There are pending changes for this Sync Rule. You should trigger a new' . ' Sync Run.' ) ?>
sync_state === 'failing'): ?>= sprintf( $this->translate( 'This Sync Rule failed when last checked at %s: %s' ), $rule->last_attempt, $rule->last_error_message ) /* TODO: check whether... - there have been imports since then, differing from former ones - there have been activities since then */ ?>
= $this->checkForm ?> = $this->runForm ?> run): ?>= $this->translate('Last sync run details') ?>
= $this->render('syncrule/syncRunDetails.phtml') ?>rule_name !== $rule->rule_name): ?> = $this->escape(sprintf( $this->translate("It has been renamed since then, its former name was %s"), $run->rule_name )) ?>