{% load i18n sanza_utils staticfiles %}{% load url from future %} {% if not contact %}{% endif %} {% if SANZA_MULTI_USER %}{% endif %} {% for a in actions %} {% if not contact %} {% if a.contact %} {% else %} {% if a.entity %} {% else %} {% endif %} {% endif %} {% endif %} {% if SANZA_MULTI_USER %}{% endif %} {% endfor %}
    {% trans "Date" %} {% trans "Type" %} {% trans "Subject" %}{% trans "Contact" %}{% trans "In charge" %}{% 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}} {{ a.contact.fullname }} {% if not a.contact.entity.is_single_contact %}{% if not entity %} ({{ a.contact.entity }}) {% endif %}{% endif %} {{ a.entity }} {{ a.in_charge|default:" " }}{{a.status|default:' '}} {{a.number|default:' '}} {{a.amount|default:' '}} {% if a.actiondocument or a.has_non_editable_document %} {% trans {% else %} {% if a.has_editable_document %} {% trans {% endif %} {% endif %} {% if a.detail %} {% endif %}