{% for product in products %}
  • {{ product_info(product) }}
    {% if product.is_purchased(request.amo_user) %} {{ _('Purchased') }} {% endif %} {{ device_list(product) }}
  • {% else %} {{ no_results() }} {% endfor %}