{% extends "ui/report_base.html" %} {% load url from future %} {% load icons %} {% load formats %} {% load bob %} {% load reports %} {% load i18n %} {% block contentarea %}
Venture | Department | Default margin | Physical device count | Core count | Virtual core count | Cloud use | Cloud cost | {% for extra_type in extra_types %}{{ extra_type.name }} | {% endfor %}Splunk cost | Hardware cost | Total cost | {% if profile.is_staff %}Actions | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|---|---|
{% if not venture.top_level %} {% endif %} {% icon venture.venture_icon %} {{ venture.name }} | {{ venture.department|default:'' }} | {{ venture.margin|default:0 }}% | {{ venture.count|default:0|floatformat:2 }} | {{ venture.core_count|default:0|floatformat:2 }} | {{ venture.virtual_core_count|default:0|floatformat:2 }} | {{ venture.cloud_use|default:0|floatformat:2 }}% | {{ venture.cloud_cost|currency }} | {% for extra in venture.extras %}{{ extra|currency }} | {% endfor %}{{ venture.splunk_cost|currency }} | {{ venture.hardware_cost|currency }} | {{ venture.total|default:0|currency }} | {% if profile.is_staff %}{% spaceless %} {% icon 'fugue-toolbox--pencil' %} Edit {% endspaceless %} | {% endif %}