{% extends "base.html" %} {% block title %}My Subscription – DocuElevate{% endblock %} {% block content %}
Your current plan, usage and available upgrades.
Multi-user mode is not enabled.
Subscription tiers apply when multi-user mode is active. Your instance currently runs in single-user mode with no processing limits. An admin can enable multi-user mode via Settings.
Pending plan change scheduled
Your plan will change to {{ pending_tier.name }} on {% if pending_date %}{{ pending_date.strftime('%B') }} {{ pending_date.day }}, {{ pending_date.year }}{% endif %}. You keep all current plan benefits until then.
Current Plan
{{ tier.name }}
{{ tier.tagline }}
{% if tier.price_monthly > 0 %}${{ tier.price_monthly }}/month
{% else %}Free
{% endif %} {% if period_start %}Since {{ period_start.strftime('%b') }} {{ period_start.day }}, {{ period_start.year }}
{% endif %}{{ usage.lifetime }}
Total files (lifetime)
{% if tier.lifetime_file_limit > 0 %}{{ usage.lifetime }} / {{ tier.lifetime_file_limit }}
Unlimited
{% endif %}{{ usage.today }}
Files today
{% if tier.daily_upload_limit > 0 %}{{ usage.today }} / {{ tier.daily_upload_limit }} today
Unlimited
{% endif %}{{ usage.month }}
Files this month
{% if tier.monthly_upload_limit > 0 %}{{ usage.month }} / {{ tier.monthly_upload_limit }} this month
Unlimited
{% endif %}{{ t.name }}
{{ t.tagline }}
{% if t.price_monthly > 0 %}${{ t.price_monthly }}/mo
{% else %}Free
{% endif %}Upgrades take effect immediately. Downgrades are scheduled for the end of your current billing period.