{% extends "base.html" %}
{% load staticfiles compress %}
{% block title %}Pricing - It's Free! - healthchecks.io{% endblock %}
{% block content %}
We're sorry! There was a problem setting
up the subscription. Response from payment gateway:
{% if first_charge %}
You just paid ${{ sub.price }}
{% else %}
You are currently paying ${{ sub.price }}/month
{% endif %}
{% if sub.pm_is_credit_card %}
using {{ sub.card_type }} card
ending with {{ sub.last_4 }}.
{% endif %}
{% if sub.pm_is_paypal %}
using PayPal account {{ sub.paypal_email }}.
{% endif %}
Next billing date will be {{ sub.next_billing_date }}.
Thank you for supporting healthchecks.io!
$0 / Month
{% if sub.is_active %}
${{ sub.price }} / Month
{% else %}
$10 / Month
{% endif %}
Free Plan
Pay What You Want Plan