{% extends "base_bare.html" %} {% block title %}Invoice MS-HC-{{ tx.id|upper }} - healthchecks.io{% endblock %} {% block content %}

SIA Monkey See Monkey Do

Gaujas iela 4-2
Valmiera, LV-4201, Latvia
VAT: LV44103100701

Date Issued: {{ tx.created_at|date }}

Invoice Id: MS-HC-{{ tx.id|upper }}

Description Start End {{ tx.currency_iso_code }}
healthchecks.io paid plan {{ tx.subscription_details.billing_period_start_date }} {{ tx.subscription_details.billing_period_end_date }} {% if tx.currency_iso_code == "USD" %} ${{ tx.amount }} {% elif tx.currency_iso_code == "EUR" %} €{{ tx.amount }} {% else %} {{ tx.currency_iso_code }} {{ tx.amount }} {% endif %}
Total: {% if tx.currency_iso_code == "USD" %} ${{ tx.amount }} {% elif tx.currency_iso_code == "EUR" %} €{{ tx.amount }} {% else %} {{ tx.currency_iso_code }} {{ tx.amount }} {% endif %}

Bill to:

{{ request.user.email }}

If you have a credit card on file it will be automatically charged within 24 hours.

{% endblock %}