{% extends "ui/base-devices.html" %} {% load url from future %} {% load icons %} {% block contentarea %}

Deploy device - {{ device }}

{% if next_hostname %}
Next available hostname in this DC: {{ next_hostname }}
{% endif %} {% for item in first_free_ip_addresses %}
First free IP for network {{ item.network_name }}: {{ item.first_free_ip }}
{% endfor %}
{% csrf_token %} {% for f in form.visible_fields %}
{{ f }} {% for e in f.errors %} {{ e }} {% empty %} {% if f.help_text %} {{ f.help_text }} {% endif %} {% endfor %}
{% endfor %}
{% if device.verified %}
{% endif %}
{% endblock %}