{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% block title %} PayPal Payflow transaction {{ txn.pnref }} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block dashboard_content %}

Transaction {{ txn.pnref }}

Order number{{ txn.comment1 }}
Transaction type{{ txn.get_trxtype_display }}
Tender{{ txn.get_tender_display }}
Amount{{ txn.amount|currency }}
Payflow transaction ID (PNREF){{ txn.pnref }}
Payment ID (PPREF){{ txn.ppref|default:"-" }}
Auth code{{ txn.auth_code|default:"-" }}
Result{{ txn.result }}
Reason{{ txn.respmsg }}
Is approved?{{ txn.is_approved }}
Raw request{{ txn.raw_request }}
Raw response{{ txn.raw_response }}
Date{{ txn.date_created }}
{% if show_forms %}

Actions

{% csrf_token %}
{% endif %} {% endblock dashboard_content %}