{% extends 'base.html' %} {% load static %} {% block title %}Subscription & Billing - {{ organization.name }}{% endblock %} {% block page_pretitle %}Billing Dashboard{% endblock %} {% block page_title %}Subscription & Billing{% endblock %} {% block page_actions %} View All Plans Buy Credits {% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if scheduled_change %} Scheduled to {{ scheduled_change.new_plan.name }} on {{ scheduled_change.effective_date|date:"d M Y" }} {% else %} Active since {{ subscription_start_date|date:"d M Y" }} {% endif %}
{{ tokens_remaining|floatformat:0 }} tokens remaining
{% else %}Token limit reached! Consider buying more credits.
{% endif %} {% elif token_limit is None %}No invoices yet
{% endif %}