{% include "_macros/market_tile.html" %} {% include "_macros/more_button.html" %}
{% set current_page = 'purchases' %} {% include 'settings/nav.html' %} {% if user.logged_in() %} {% defer (url=api('installed'), pluck='objects', as='app', paginate='ol.listing') %}

{{ _('My Apps') }} {{ _('Showing 1{total}', total=len(this)) }}

    {% for result in this %}
  1. {{ market_tile(result, link=true) }}
  2. {% endfor %} {% if response.meta.next %} {{ more_button(response.meta.next) }} {% endif %}
{% placeholder %}

{% empty %}

{{ _('My Apps') }}

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

{% except %}

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

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

{% end %} {% else %}

{{ _('My Apps') }}

{% endif %}