{% extends 'base.html' %} {% block content %}
| {{ plan.id }} |
{{ plan.name }}
{{ plan.description }}
|
{% if 'openpanel' in plan.docker_image %}
{% else %}
{% if 'nginx' in plan.docker_image %}
{% elif 'apache' in plan.docker_image %}
{% elif 'litespeed' in plan.docker_image %}
{% endif %}
{% if 'mysql' in plan.docker_image %}
{% elif 'mariadb' in plan.docker_image %}
{% else %}
{% endif %}
custom image
|
{% if plan.disk_limit == 0 %}∞{% else %}{{ plan.disk_limit }}{% endif %} | {% if plan.storage_file == "0 GB" or plan.storage_file is none %}∞{% else %}{{ plan.storage_file }}{% endif %} | {% if plan.inodes_limit == "0" or plan.inodes_limit is none %}∞{% else %}{{ plan.inodes_limit }}{% endif %} | {% if plan.domains_limit == 0 %}∞{% else %}{{ plan.domains_limit }}{% endif %} | {% if plan.websites_limit == 0 %}∞{% else %}{{ plan.websites_limit }}{% endif %} | {% if plan.email_limit == 0 %}∞{% else %}{{ plan.email_limit }}{% endif %} | {% if plan.ftp_limit == 0 %}∞{% else %}{{ plan.ftp_limit }}{% endif %} | {% if plan.db_limit == 0 %}∞{% else %}{{ plan.db_limit }}{% endif %} | {% if plan.cpu == 0 %}∞{% else %}{{ plan.cpu }}{% endif %} | {% if plan.ram == '0 g' %}∞{% else %}{{ plan.ram.rstrip('g') }}{% endif %} | {% if plan.bandwidth == 0 %}∞{% else %}{{ plan.bandwidth }} mbits{% endif %} |
No plans or the MySQL service is not running.