{% extends "dashboard/base.html" %} {% load static %} {% block content %}

Your API Access Key

https://tlbapi.eu.ngrok.io/number/check/+436506623388?token={{ token }} curl "https://tlbapi.eu.ngrok.io/number/check/+436506623388?token={{ token }}"

Your Plan

Subscription
{{ plan.name }} - Upgrade now!
Next Billing Cycle
{% if plan.id == next_plan.id %} on {{ refresh_on }} UTC {% else %} on {{ refresh_on }} UTC, changes to {{ next_plan.name }} {% endif %}
API Usage
{{ usage_percent }}% ({{ usage }} / {{ plan.limit }})

Your Account

Name
{{ user.first_name }} {{ user.last_name }}
Email
{{ user.email }}
{% endblock %}