{% load cache %} {% load i18n %}
{% if order.is_editable %} {% trans "Add Note" %} {% else %} {% trans "Add Note" %} {% endif %}
{% trans "Print" %}
{{ order.get_queue }}
{{ order.get_status|truncatechars:25 }}
{% if order.can_dispatch %} {% trans "Dispatch" %} {% else %} {% trans "Dispatch" %} {% endif %} {% if perms.servo.change_order and order.can_close %} {% trans "Close" %} {% elif perms.servo.delete_order and order.is_closed %} {% trans "Reopen" %} {% else %} {% trans "Close" %} {% endif %}