{% include "_macros/app_tile.html" %} {% include "_macros/more_button.html" %}

{{ _('My Apps') }}

{% if user.logged_in() %} {% defer (url=api('installed'), pluck='objects', as='app', paginate='.app-list') %} {% placeholder %}

{% empty %}

{{ _('You have no apps') }}

{% except %}

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

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

{% end %} {% else %}

{{ _('You must be signed in to view your apps.') }}

{{ _('Register') }} {{ _('Sign In') }}
{% endif %}