{{ _('Loading...') }}
{{ _('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 %}