{% extends "ui/base-devices.html" %} {% load url from future %} {% load icons %} {% load formats %} {% block content %}
{% include 'ui/device-form.html' with form=form %}
{% for item in components %} {% endfor %}
Label Model Price
{{ item.label }} {% if item.modelgroup %} {% if item.group == 'dev' %} {{ item.model }} {% else %} {{ item.model }} {% endif %} {% else %} {{ item.model }} {% endif %} {{ item.price|currency }}
{% endblock content %}