{{name}}
Hide menu
{% for i in list(mIt.keys()) %}
{{mIt[i]["icon"] | safe}}
{{i}}
{% endfor %} {% if isAdmin %}
Admin Panel
{% endif %}
{{user}}
Coins: {{coin}}
Store
You can buy anything you want here!
Of course, server resource:)
{% if error!="none" and error %}
Error on purchasing:
{{error}}
{% elif error=="none" %}
Done. Now you can use the resouces.
{% endif %}
CPU
{% for i in range(1, 10+1) %}
{{store["cpu"][1]*i}}% - {{store["cpu"][0]*i}} coin(s)
{% endfor %}
Buy
Ram
{% for i in range(1, 10+1) %}
{{store["ram"][1]*i}}GB - {{store["ram"][0]*i}} coin(s)
{% endfor %}
Buy
Disk
{% for i in range(1, 10+1) %}
{{store["disk"][1]*i}}GB - {{store["disk"][0]*i}} coin(s)
{% endfor %}
Buy
Slot
{% for i in range(1, 10+1) %}
{{store["slot"][1]*i}} slot(s) - {{store["slot"][0]*i}} coin(s)
{% endfor %}
Buy