{% include "_macros/emaillink.html" %} {% include "_macros/market_tile.html" %} {% include "_macros/rating.html" %} {% include "_macros/stars.html" %} {% set endpoint = api('app', [slug]) %}
{% defer (url=endpoint, as='app', key=slug, id='app-data') %} {{ market_tile(this, src='detail') }} {% placeholder %}

{{ _('Loading...') }}

{{ _('Loading...') }}
{{ stars(0) }}
{% except %}

{{ _('Oh no!') }}

{% if error == 403 %}

{{ _('The app requested is not public.') }}

{% elif error == 404 %}

{{ _('The app requested was not found.') }}

{% elif error == 451 %}

{{ _('The app requested is not available for your region.') }}

{{ _('You may wish to contact the developer if you would like to see a version of this app for your region.') }}

{% else %}

{{ _('A server error occurred. Please try again later.') }}

{% endif %}
{% end %}

{{ _('Installed!') }}

{{ _('Launch this app from your Applications directory.') }}

{{ _('Launch this app from your Windows desktop or Start ► All Programs.') }}

{{ _('Launch this app from your dash, Application picker, or Applications menu.') }}

{% defer (url=endpoint, as='app', key=slug) %}

{{ _('Description') }}

{{ this.description|translate(this)|summarise('market-tile-description', true)|safe }} {% placeholder %}

{% except %} {% end %}
{% defer (url=endpoint, as='app', key=slug) %}
{% except %} {% end %}
{% include "detail/content_ratings.html" %}