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

Deploy device - {{ device }}

{% 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 %}