qlink( $this->translate('Create a New Job') , 'x509/jobs/new', null, [ 'class' => 'button-link', 'data-base-target' => '_next', 'icon' => 'plus', 'title' => $this->translate('Create a New Job') ] ) ?>
hasResult()): ?>

escape($this->translate('No jobs configured yet.')) ?>

escape($this->translate('Name')) ?>
qlink($job->name, 'x509/jobs/update', ['name' => $job->name]) ?> qlink( null, 'x509/jobs/remove', array('name' => $job->name), array( 'class' => 'action-link', 'icon' => 'cancel', 'title' => $this->translate('Remove this job') ) ) ?>