{% 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.
Current Plan
{{ tier.name }}
{{ tier.tagline }}
{% if tier.price_monthly > 0 %}${{ tier.price_monthly }}/month
{% else %}Free
{% 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.tagline }}
{% if t.price_monthly > 0 %}${{ t.price_monthly }}/mo
{% endif %}