setTitle(__('Configure users, teams and clients')); $users_text = (\thebuggenie\core\framework\Context::getScope()->getMaxUsers()) ? __('Users (%num/%max)', array('%num' => ''.\thebuggenie\core\entities\User::getUsersCount().'', '%max' => \thebuggenie\core\framework\Context::getScope()->getMaxUsers())) : __('Users'); $teams_text = (\thebuggenie\core\framework\Context::getScope()->getMaxTeams()) ? __('Teams (%num/%max)', array('%num' => ''.\thebuggenie\core\entities\Team::countAll().'', '%max' => \thebuggenie\core\framework\Context::getScope()->getMaxTeams())) : __('Teams'); ?>
= __('Configure users, teams and clients'); ?> |