{{ _('Your app is not currently accepting payments.') }}
{% else %}
{{ amo.REFUND_STATUSES[amo.REFUND_PENDING] }} ({{ pending.paginator.count }})
{% if not pending.paginator.count %}
{% endif %}
{{ pending|paginator }}
{{ _('No pending refunds.') }}
{% else %}{{ _('Action') }} | ||||
---|---|---|---|---|
{{ action_form(refund) }} | ||||
{{ _('Refund Reason:') }} {{ refund.refund_reason }} |
{{ amo.REFUND_STATUSES[amo.REFUND_APPROVED] }} ({{ approved.paginator.count }})
{% if not approved.paginator.count %}
{% endif %}
{{ approved|paginator }}
{{ _('No approved refunds.') }}
{% else %}{{ _('Approved') }} |
---|
{{ amo.REFUND_STATUSES[amo.REFUND_APPROVED_INSTANT] }} ({{ instant.paginator.count }})
{% if not instant.paginator.count %}
{% endif %}
{{ instant|paginator }}
{{ loc('No instantly approved refunds.') }}
{% else %}{{ _('Approved') }} |
---|
{{ amo.REFUND_STATUSES[amo.REFUND_DECLINED] }} ({{ declined.paginator.count }})
{% if not declined.paginator.count %}
{% endif %}
{{ declined|paginator }}
{% endif %}
{{ loc('No declined refunds.') }}
{% else %}{{ _('Declined') }} |
---|
{{ refund.declined|babel_datetime }} |
{{ _('Rejection Reason:') }} {{ refund.rejection_reason }} |