{% extends "base.html" %} {% block body %}

{{ name }} {% if online %} @online {% else %} @offline {% endif %}

State{{ state }}
DNS name{{ dns_name }}
Host name{{ host }}
Cluster{{ cluster }}
CPU limit{{ cpu }}
Memory limit{{ (mem / (1024.0 ** 3)) | round | string + ' GB' }}
Live till{{ live_till | strftime }} ({{ live_till | days_remain }} left)

ttl settings


Prolong
{% endblock %}