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