{% load i18n sanza_utils staticfiles %}{% load url from future %}
{% trans "Date" %} | {% trans "Type" %} | {% trans "Subject" %} | {% if not contact %}{% trans "Contact" %} | {% endif %} {% if SANZA_MULTI_USER %}{% trans "In charge" %} | {% endif %}{% trans "Status" %} | {% trans "Number" %} | {% trans "Amount" %} | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{a.planned_date|date:'j F Y H:i'|cut_null_hour|default:' '}} {% if a.done_date %} {% if a.planned_date %} - {% endif %} {% trans "done on" %} {{ a.done_date|date:'j F Y'|default:' '}} {% endif %} | {{a.type|default:" "}} | {{a.subject}} | {% if not contact %} {% if a.contact %}{{ a.contact.fullname }} {% if not a.contact.entity.is_single_contact %}{% if not entity %} ({{ a.contact.entity }}) {% endif %}{% endif %} | {% else %} {% if a.entity %}{{ a.entity }} | {% else %}{% endif %} {% endif %} {% endif %} {% if SANZA_MULTI_USER %} | {{ a.in_charge|default:" " }} | {% endif %}{{a.status|default:' '}} | {{a.number|default:' '}} | {{a.amount|default:' '}} |
{% if a.actiondocument or a.has_non_editable_document %}
|
{% if a.detail %} | {% endif %}![]() |