{% import "templates/emails/macros.html" as utils %} {% extends "templates/emails/base.html" %} {% block content %}

Site {{ site }} exceeded plan limit

Your site has exceeded
{% if current_disk_usage > 100 %} - disk usage limit by {{ current_disk_usage - 100 }}%
{% endif %} {% if current_database_usage > 100 %} - database usage limit by {{ current_database_usage - 100 }}%
{% endif %}
To continue using your Jingrow Cloud site, please upgrade the plan of your site

Need Help ?
1. How to change the plan ? Please refer the documentation
2. If you want to know, which database table is consuming more space, you can check it using Database Analyzer
4. If you need some guide on which table can be truncated to reduce database storage, please check documentation
3. If you have any doubts or need help, please contact support at Jingrow Cloud Support

If there is no action taken, your site will be suspended in {{ no_of_days_left_to_suspend }} days.

{{ utils.separator() }} {{ utils.signature() }}
{% endblock %}