{% trans "Date Ordered" %}
{{ order.created_at|date:"d F Y, H:i" }}
{% trans "Last Update" %}
{{ order.updated_at|date:"d F Y, H:i" }}
{% trans "Item Details" %}
{{ order.recipe.title }}
{{ order.recipe.description|truncatewords:20 }}
{{ order.total_price }} €
{% trans "Total" %}
{{ order.total_price }} €