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