findParentRow('\Ppb\Db\Table\StoresSubscriptions'); } $this->storeSubscription($subscription); ?>
_('Status:'); ?> ' . $this->_('Enabled') . '' : '' . $this->_('Disabled') . ''; ?>
_('Subscription'); ?>
_($subscription['name']); ?> - _('expires on'); ?> date($user['store_next_payment'], true); ?> _('Default Account') : $this->_('none'); ?>
storeSubscription()->description(); ?>
_('Listings'); ?>
_('%s listed, %s remaining'), ($count = $user->countStoreListings()), ((($remaining = ($subscription['listings'] - $count)) > 0) ? $remaining : 0)); ?>
_('Store URL'); ?>
url($user->storeLink()); ?>