{{ $ctrl.currentApp === 'student' ? $ctrl.user.username : $ctrl.user.name }}

{{ $ctrl.user.email }}
{{ $ctrl.user.type | translate: { COUNT: 1 } }}

{{ $ctrl.user.institution.name }}

{{ 'institution' | translate }}

{{ $ctrl.user.institution.name }}

{{ 'institution' | translate }}
{{ $ctrl.user.name }}
{{ 'professor' | translate: { COUNT: 1 } }}
{{ $ctrl.user.institution.name }}
{{ 'institution' | translate }}