{{'No application found with id:' | translate }} {{applicationDetailsCtrl.applicationId}}
{{'Application id not provided. Unable to retrieve the application details.' | translate }}

{{app.displayName}} ({{app.version}})

{{ 'This application is core to the Bonita platform. To keep it working as it should, it must remain available and its menu should stay as it is.' | translate }}
{{ 'Still, you can customize its look & feel on this page. You can also update some of its pages in the Resources menu.' | translate }}

{{ app.description }}

{{'URL' | translate}}
../apps/{{ app.token }}
{{'Profile' | translate}}
{{ app.profileId.name}}
{{'No profile' | translate}}
{{ applicationDetailsCtrl.getVisibilityName(app.visibility)}}
{{'Creation on' | translate}}
{{ app.creationDate | dateI18n:'YYYY-MM-DD HH:mm:ss'}}
{{'Created by' | translate}}
{{ applicationDetailsCtrl.getUserInfo(app.createdBy)}}
{{'Updated on' | translate}}
{{ app.lastUpdateDate | dateI18n:'YYYY-MM-DD HH:mm:ss'}}
{{'Updated by' | translate}}
{{ applicationDetailsCtrl.getUserInfo(app.updatedBy)}}

{{'Look & Feel' | translate}}

{{'Logo' | translate}}
{{'Layout' | translate}}
{{app.layoutId.displayName}}
{{ app.layoutId.displayName }}
{{'Theme' | translate}}
{{app.themeId.displayName}}
{{ app.themeId.displayName }}