{% extends 'base.html' %} {% block title %}{{ vm['id'] }}{% endblock %} {% block content %}

{{ vm['id'] }}

{{ vm['created'] }}
{{ vm['size'] }}
${{ vm['dollars_per_month'] }}
{{ vm['ipv4'] }}
{{ vm['os_description'] }}
{{ vm['vcpus'] }}
{{ vm['memory_mb'] }}MB
{{ vm['bandwidth_gb_per_month'] }}GB/month
cyberian
{{ vm['ssh_public_keys'] }}

{% for d in durations %} {% if d == duration %} {{ d }} {% else %} {{ d }} {% endif %} {% endfor %}

cpu

memory

network_in

network_out

disk

{% endblock %} {% block pagesource %}/templates/create-capsul.html{% endblock %}