{% extends "base.html" %} {% block title %}Billing History - healthchecks.io{% endblock %} {% block content %}
Date | Payment Method | Amount | Status | |
---|---|---|---|---|
{{ tx.created_at }} | {{ tx.credit_card.card_type }} ending in {{ tx.credit_card.last_4 }} | {% if tx.currency_iso_code == "USD" %} ${{ tx.amount }} {% elif tx.currency_iso_code == "EUR" %} €{{ tx.amount }} {% else %} {{ tx.currency_iso_code }} {{ tx.amount }} {% endif %} | {{ tx.status }} |
View Invoice |
No past transactions to display here |