{% extends "lingo/pricing/manager_pricing_list.html" %} {% load gadjo i18n %} {% block breadcrumb %} {{ block.super }} {{ object }} {% endblock %} {% block appbar %}
{{ object.reduction_rate }}
{{ object.effort_rate_target }}
{{ object.accounting_code }}
{{ object.extra_variables|get:key }}
{% trans "Selected criterias:" %}
{% trans "Change criterias selection" %} {% trans "Remove this category" %}
{% trans "Pricing:" %} {{ pricing_data.pricing|stringformat:".2f" }}
{% endif %}{{ pricing_data|pprint }}
{% for cell in matrix.rows.0.cells %} | {{ cell.criteria.label }} | {% endfor %}
---|---|
{{ row.criteria.label }} | {% for cell in row.cells %}{% spaceless %} {% if object.kind == 'effort' %} {{ cell.value|floatformat:"4"|default_if_none:"" }} {% else %} {{ cell.value|floatformat:"2"|default_if_none:"" }} {% endif %} {% endspaceless %} | {% endfor %}