{% trans "Starting..." %}
{% trans "Stopped" %}
{% endif %} {% if state == "DONE" %}{% trans "Deleted" %}
{% endif %} {% if state == "FAILED" %}{% trans "Unexpected error occured" %}
{% endif %}{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block js %} {% endblock %} {% block content %} {% if i.template.state != "READY" %}
{% blocktrans %}This is a master image for your new template.{% endblocktrans %}
{% trans "Starting..." %}
{% trans "Stopped" %}
{% endif %} {% if state == "DONE" %}{% trans "Deleted" %}
{% endif %} {% if state == "FAILED" %}{% trans "Unexpected error occured" %}
{% endif %}{% blocktrans %}This is a list about the network ports forwarded to the public internet.{% endblocktrans %}
{% blocktrans %}You can access the given private port of the VM trough the public address of the network. {% endblocktrans %}
{% blocktrans %}On the IPV6 network you can access the listed private ports direcly using the VM's global IPV6 address (connections to other ports are dropped). {% endblocktrans %}