{% extends "ui/base-devices.html" %} {% load url from future %} {% load bob i18n icons %} {% block contentarea %}
{% trans "Make sure that the Service catalog and Device environment are set to the correct value!" %}
{% 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 %}
{% tab_menu template_menu_items template_selected side='right' %}
{% endblock %}