{% extends "ui/base-devices.html" %} {% load url from future %} {% load icons %} {% block contentarea %}
| Role | Count |
|---|---|
| {% for i in r.padding %} {% endfor %} {% icon 'fugue-mask' %} {{ r.full_name }} | {{ r.device_set.count }} |
| Property | Type | |
|---|---|---|
| {% icon 'fugue-property' %} | {{ p.symbol }} | {{ p.type.symbol }} |
Create a new property for this role.
{% include 'ui/base-form.html' %} {% endif %} {% endif %} {% endblock %}