= t('The password has never been reinitialized.') ?>
= t('Creation') ?> | = t('Expiration') ?> | = t('Active') ?> | = t('IP address') ?> | = t('User agent') ?> |
---|---|---|---|---|
= dt('%B %e, %Y at %k:%M %p', $token['date_creation']) ?> | = dt('%B %e, %Y at %k:%M %p', $token['date_expiration']) ?> | = $token['is_active'] == 0 ? t('No') : t('Yes') ?> | = $this->e($token['ip']) ?> | = $this->e($token['user_agent']) ?> |