{% extends "ui/base-devices.html" %} {% load url from future %} {% load icons %} {% block contentarea %}
{% csrf_token %} {% for d in devices %} {% endfor %} {% for f in form.visible_fields %}
{{ f }} {% for e in f.errors %} {{ e }} {% empty %} {% if f.help_text %} {{ f.help_text }} {% endif %} {% endfor %}
{% endfor %}
{% endblock %}