{% if entry.type_id %}
{% endif %}
{{ entry.item }}
{% if entry.auto_added %}
{% endif %}
|
{{ entry.velocity }} |
{% if entry.forecasted_velocity %}
{{ entry.forecasted_velocity }}
{% else %}
-
{% endif %}
|
{{ entry.min_velocity }} |
{{ entry.margin }}% |
{{ entry.min_margin }}% |
{{ entry.sell_price|floatformat:2|intcomma }} |
{{ entry.build_cost|floatformat:2|intcomma }} |
{% if entry.decision == "OPPORTUNITY" %}
{% translate "Pass" %}
{% else %}
{% translate "Skip" %}
{% endif %}
|
{{ entry.reason }} |
{% endfor %}