{% extends "base.html" %}
{% load staticfiles compress %}
{% block title %}Pricing - It's Free! - healthchecks.io{% endblock %}
{% block content %}
You are currently paying ${{ sub.price }}/month.
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