{% extends "base.html" %}{% block title %}Étiquette{% endblock %}{% block content %}

{{ movement.generic_product.name }}

{{ movement.commercial_product.commercial_name }}

Préparé le : {{ movement.created_at|datetime_fmt }}
Lot source : {{ movement.lot.lot_number }}
Quantité : {{ (-movement.quantity_reference) }} {{ movement.generic_product.reference_unit }}

{% if movement.commercial_product.pictograms %}

Pictogrammes configurés : {{ movement.commercial_product.pictograms }}

{% endif %}{% if movement.commercial_product.warning_statement %}

{{ movement.commercial_product.warning_statement }}

{% endif %}

{{ movement.commercial_product.required_ppe or 'EPI non renseignés — compléter depuis la FDS officielle.' }}

{% endblock %}