{% extends 'base.html' %} {% block title %}{{ job.name }}{% endblock %} {% block content %}
| Client | {{ job.client_name or '—' }} |
|---|---|
| Matière | {% if job.material_name %} {{ job.material_type }} {{ job.material_name }} {% else %}—{% endif %} |
| Fichier source | {{ job.source_file or '—' }} |
| Date | {{ job.created_at[:10] }} |
| Poids filament | {{ job.weight_g }} g |
| Durée impression | {{ job.print_time_s | fmt_time }} |
| Coeff design | ×{{ job.design_multiplier }} |
| Marge brute | {{ job.gross_margin_pct }} % |
| Remise | {{ job.discount_pct }} % |