{% extends "base.html" %} {% block container %} {% if not request.user.get_profile.access_token %}

Connect to your Stripe account.

{% endif %}
 

Customers (total paying)

loading...

Monthly Revenue (projected)

$ loading...

Churns (last 31 days)

loading...

Churn Rate (last 31 days)

loading... %

CLV (last 31 days)

$ loading...




It isn't very likely that these values are perfect, and we already load a lot of data from the Stripe API (sorry guys) to get it somewhat close. But it should be within the ballpark, and you should want to make them go up all them same. Want to help fix it or run it locally?
{% endblock container %} {% block footer %} {% endblock footer %}