{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Create Package - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% trans "On this page you can create, list, modify and delete Packages from your server." %}
| Package Name | CPUs | Memory | Bandwidth | Disk Space | Action |
|---|---|---|---|---|---|
| {{ pack.Name }} | {{ pack.CPUs }} | {{ pack.Ram }} | {{ pack.Bandwidth }} | {{ pack.DiskSpace }} |