{% extends "baseTemplate/index.html" %} {% load static %} {# Read-only overview of every package the signed-in tenant may see. #} {% block title %}Packages{% endblock %} {% block content %}

Hosting packages

The resource envelope a website is sold under. You see the packages you own{% if not isAdmin %} and those owned by accounts beneath you{% endif %}.

{% if canModify %} Resource usage by site {% endif %} {% if canCreate %} New package {% endif %}
of shown
Loading packages…
No packages yet. {% if canCreate %}Create the first one.{% endif %}
Package Owner Disk Bandwidth Databases FTP Email Domains In use
Full domains allowed Sub-domains only · hard quota · cgroups v2 hard limits
{% if canModify %} {% endif %} {% if canDelete %} {% endif %}

A package that is assigned to at least one website cannot be deleted — move those sites to another package first.

{% endblock %} {% block scripts %} {% endblock %}