|
|
#{{ order.id }} |
{{ order.character.character_name }} |
{% if order.status == 'REQUESTED' %}Requested
{% elif order.status == 'QUOTED' %}Quoted
{% elif order.status == 'ACCEPTED' %}Accepted
{% elif order.status == 'IN_PRODUCTION' %}In Production
{% elif order.status == 'READY' %}Ready
{% elif order.status == 'DELIVERED' %}Delivered
{% elif order.status == 'REJECTED' %}Rejected
{% endif %}
{% if order.production_tasks.exists %}
{% endif %}
|
{{ order.total_price|floatformat:2|intcomma }} ISK |
{{ order.created_at|date:"Y-m-d H:i" }} |
{% trans "View" %}
|
{% empty %}