{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Create Package - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Create Package" %}

{% trans "On this page you can create, list, modify and delete Packages from your server." %}

{% trans "Packages Details" %}

Docker Packages

{% for pack in packages %} {% endfor %}
Package Name CPUs Memory Bandwidth Disk Space Action
{{ pack.Name }} {{ pack.CPUs }} {{ pack.Ram }} {{ pack.Bandwidth }} {{ pack.DiskSpace }}
{% endblock %}