{% extends "registrasion/base.html" %} {% load bootstrap %} {% load registrasion_tags %} {% block head_title %}Stripe refunds for credit note #{{ credit_note.id}}{% endblock %} {% block page_title %}Stripe refunds for credit note #{{ credit_note.id}}{% endblock %} {% block proposals_body %}

Details

This credit note is valued at ${{ credit_note.value }}.

Available refunds

Currently credit notes can only be cashed out in full in a single transaction. If you need to cash out to multiple small payments, you will need to manually invoke the refunds from the Stripe Dashboard.

{% csrf_token %} {{form|bootstrap}}
{% endblock %}