{% extends 'base.html' %} {% block title %}{{ project.name }}{% endblock %} {% block content %}
| Nom du run | Matière | Pièces/plateau | Qté commandée | Plateaux | Prix/pièce | Total run | |
|---|---|---|---|---|---|---|---|
|
{{ j.name }}
{{ j.created_at[:10] }}
|
{% if j.material_name %} {{ j.material_type }} {{ j.material_name }} {% else %}—{% endif %} | {{ ppp }} | {{ qty }} | {{ nb_p }} | {{ "%.2f"|format(j.final_price) }} € | {{ "%.2f"|format(j.final_price * qty) }} € | |
| Total | {{ total_pieces }} | {{ ns.total_plateaux }} | {% if total_pieces > 0 %}{{ "%.2f"|format(total_revenue / total_pieces) }} € moy.{% endif %} | {{ "%.2f"|format(total_revenue) }} € | |||