{{ title }}

{% if single %}
{% else %} {{ impala_addon_listing_header(request.get_full_path(), search_filter=listing_filter) }} {% endif %}
    {% for product in pager.object_list %} {% set is_refunded = product.is_refunded(amo_user) %} {% set is_chargeback = product.is_chargeback(amo_user) %}
  1. {{ product_info(product) }} {{ refund_info(product, contributions, show_link) }}
    {% if product.is_purchased(request.amo_user) %} {{ _('Purchased') }} {% endif %} {% if is_refunded %}
    {{ _('Purchase Refunded') }}
    {% endif %}
  2. {% else %} {{ no_results() }} {% endfor %}
{{ pager|impala_paginator }}