Bank Statement Uploads
{{ usage_stats.used }} of {{ usage_stats.limit }} uploads used this month
{{ usage_stats.remaining }}
remaining
{{ usage_stats.percentage|floatformat:0 }}%
{% if usage_stats.remaining == 0 %}
Upload Limit Reached!
You've used all {{ usage_stats.limit }} upload(s) for this month.
Upgrade your plan for more uploads.
{% elif usage_stats.percentage >= 90 %}
Almost at Limit!
You have only {{ usage_stats.remaining }} upload(s) remaining.
Consider
upgrading for more uploads.
{% elif usage_stats.percentage >= 75 %}
You have {{ usage_stats.remaining }} upload(s) remaining this month.
{% endif %}