- = _('Name') ?>
= htmlReady($application['name']) ?>
- = _('Beschreibung') ?>
= htmlReady($application['description']) ?>
- = _('Von wem wird der OAuth2-Client entwickelt?') ?>
= htmlReady($application['owner']) ?>
- = _('Berechtigungen') ?>
-
foreach ($application['scopes'] as $scope) { ?>
- = htmlReady($scope->description) ?>
} ?>