{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}{{ linode.label }}{% endblock title %} {% block subtitle %}View the server information.{% endblock subtitle %} {% block content %}

Linode Information

ID {{ server.uid }}
Label {{ linode.label }}
Type {{ linode.type.label }}: ${{ linode.type.price.monthly }}0/mo
Operating System {{ linode.image.label }}
IP Address

{{ linode.ipv4.0 }}

Root Password

{{ server.root_password }}

Status {{ linode.status }} {{ linode.region.id }}

Services Information

{% for line in server.get_services %} {% endfor %}
Services {{ line|urlize }}

Launch Console {% if user.is_superuser %} Edit Server Delete Server {% endif %}
{% endblock content %}