{% extends "ui/base-devices.html" %} {% load url from future %} {% load icons %} {% load formats %} {% block contentarea %}
{% for i in items %} {% if i.name %} {%else%} {%if i.count%} {{i.count}} {%endif%} {%endif%} {% endif %} {% endfor %}
Category Device count Total cost
{{ i.name }} {%if i.url%} {{ i.count|default:"0" }}{{ i.cost|currency }}
{% block info %} {% for o in venture.ventureowner_set.all %} {% endfor %} {% if venture.department %} {% endif %}
Owner
{{ o|owner_icon }} {{ o.name }}
{{ venture|venture_icon }} {{ venture.department }}
{% endblock %}
x
{% for f in form %}
{{ f }} {% if f.errors %} {% for e in f.errors %}{{ e }}{% endfor %} {% endif %}
{% endfor %}
{% endblock %} {% block scripts %} {{ block.super }} {% endblock %}