tabs ?>

escape($this->title) ?>

run): ?>

translate('This Sync Rule has never been run before.') ?>

sync_state === 'unknown'): ?>

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'): ?>

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'): ?>

translate( 'There are pending changes for this Sync Rule. You should trigger a new' . ' Sync Run.' ) ?>

sync_state === 'failing'): ?>

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 */ ?>

checkForm ?> runForm ?> run): ?>

translate('Last sync run details') ?>

render('syncrule/syncRunDetails.phtml') ?>
rule_name !== $rule->rule_name): ?> escape(sprintf( $this->translate("It has been renamed since then, its former name was %s"), $run->rule_name )) ?>