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

Server {{ server }} has used more than 90% of storage available.

Your server has currently used {{ current_disk_usage }} of the available {{ available_disk_space }}
To ensure that the server is not overloaded we are auto increasing the storage by {{ increase_by }}

To disable auto disk expansion please refer the following documentation
Need Help ?
Please raise a ticket on support.framework.jingrow.com for queires.

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