{% spaceless %}{{ include("header.html") }}
{{ l("payment_id") }} | {{ l("status") }} | {{ l("amount") }} | {{ l("date") }} |
---|---|---|---|
{{ item.payment_id }} | {% if item.confirmed == '2' %} {{ l("done") }}{% endif %} {% if item.confirmed == '1' %} {{ l("pending_status") }}{% endif %} {% if item.confirmed == '0' %} {{ l("canceled") }}{% endif %} |
{{ item.amount }} {{ item.currency|upper }}
|
{{ time_ago(item.created_at) }} |