{% extends "base.html" %} {% block title %}Overview · KarmaSakshi Control Center{% endblock %} {% block content %}
{{ organization.name }}

Effect overview

Real Gateway state for your organization, from proposal through independent verification.

Open approval inbox
{% if notice %}
{{ notice }}
{% endif %}
Pending decisions{{ pending_count }}
Verified outcomes{{ verified_count }}
Ambiguous outcomes{{ ambiguous_count }}
Audit integrity {% if audit_verified %}Verified · {{ audit_event_count }} events {% else %}Verification failed{% endif %}

Recent refund effects

Search audit trail →
{% if refunds %}
{% for refund in refunds %} {% endfor %}
ReferenceBeneficiaryAmountRiskDecisionVerification
{{ refund.reference }}
{{ refund.manifest_id[:8] }}
{{ refund.beneficiary }} {{ refund.currency }} {{ "%.2f"|format(refund.amount_minor_units / 100) }} {{ refund.risk_score }} · {{ refund.risk_level }} {{ refund.decision_status }} {{ refund.verification_status|replace('_',' ') }}
{% else %}
No refund effects have been proposed for this organization.
{% endif %}
{% endblock %}