{% block title %}
{% include "partials/title.html" with title="Transactions" text="Dashboard" textone="Membership" texttwo="Transactions" %}
{% endblock title %}
Transactions List
|
ID | Provider Name | Plan Type | Transaction Date | Amount | Payment Method | Start Date | End Date | Status |
---|---|---|---|---|---|---|---|---|---|
|
{{record.ID}} | {{record.Provider_Name}} | {{record.Plan_Type}} | {{record.Transaction_Date}} | {{record.Amount}} | {{record.Payment_Method}} | {{record.Start_Date}} | {{record.End_Date}} | {{record.Status}} |