{% extends "ui/base-devices.html" %} {% load url from future %} {% load icons %} {% block contentarea %}
{% for r in items %} {% endfor %}
Role Count
{% icon 'fugue-store' %} Venture's defaults
{% for i in r.padding %}    {% endfor %} {% icon 'fugue-mask' %} {{ r.full_name }} {{ r.device_set.count }}
{% block info %} {% if role %} {% for p in role.roleproperty_set.all %} {% endfor %} {% else %} {% for p in venture.roleproperty_set.all %} {% endfor %} {% endif %}
Property Type Default
{% icon 'fugue-property' %} {{ p.symbol }} {{ p.type.symbol }} {{ p.default }}
{% icon 'fugue-property' %} {{ p.symbol }} {{ p.type.symbol }} {{ p.default }}
{% if editable %}

Create a new property for this {% if role %}role{% else %}venture{% endif %}.

{% include 'ui/base-form.html' %} {% endif %} {% endblock %}
{% endblock %}