{{i18n "admin.dashboard.version"}}

{{i18n "admin.dashboard.installed_version"}}

{{dash-if-empty this.versionCheck.installed_version}}

{{#if this.versionCheck.gitLink}} {{/if}}
{{#if this.versionCheck.noCheckPerformed}}

{{i18n "admin.dashboard.latest_version"}}

{{d-icon "far-frown"}}
{{i18n "admin.dashboard.no_check_performed"}}
{{else if this.versionCheck.stale_data}}

{{i18n "admin.dashboard.latest_version"}}

{{#if this.versionCheck.version_check_pending}} {{dash-if-empty this.versionCheck.installed_version}} {{/if}}

{{#if this.versionCheck.version_check_pending}} {{d-icon "far-smile"}} {{else}} {{d-icon "far-frown"}} {{/if}}
{{#if this.versionCheck.version_check_pending}} {{i18n "admin.dashboard.version_check_pending"}} {{else}} {{i18n "admin.dashboard.stale_data"}} {{/if}}
{{else}}

{{i18n "admin.dashboard.latest_version"}}

{{dash-if-empty this.versionCheck.latest_version}}

{{#if this.versionCheck.upToDate}} {{d-icon "far-smile"}} {{else}} {{#if this.versionCheck.behindByOneVersion}} {{d-icon "far-meh"}} {{else}} {{d-icon "far-frown"}} {{/if}} {{/if}}
{{#if this.versionCheck.upToDate}} {{i18n "admin.dashboard.up_to_date"}} {{else}} {{i18n "admin.dashboard.critical_available"}} {{i18n "admin.dashboard.updates_available"}} {{i18n "admin.dashboard.please_upgrade"}} {{/if}}
{{/if}}