{% extends "base.html" %}
{% block title %}{{ refund.effect.reference }} · KarmaSakshi Control Center{% endblock %}
{% block content %}
{{ refund.manifest_id }}{{ refund.effect.currency }} {{ "%.2f"|format(refund.effect.amount_minor_units / 100) }} to {{ refund.effect.beneficiary }}
{{ refund.manifest_hash }}
Fee: {{ refund.effect.currency }} {{ "%.2f"|format(refund.effect.fee_minor_units / 100) }} · Idempotency key: {{ refund.effect.idempotency_key }}
{{ refund.assessment.explanation }}
Your authenticated server-side identity will be recorded. It cannot be supplied or changed by this form.
{{ refund.denial_reason }}
Recorded by {{ refund.denied_by }}. This effect remains uncommitted and cannot be approved.