- Authorisation Request
- {{ object.auth_request_to|yesno:"Yes,No" }}
- By
- {{ object.auth_request_by }}
- At
- {{ object.auth_request_at|date:"D d M Y H:i"|default:"" }}
- To
- {{ object.auth_request_to }}
- Authorised
- {{ object.authorised|yesno:"Yes,No" }}
- Authorised by
-
{% if object.authorisation %}
{{ object.authorisation.name }}
({{ object.authorisation.email }})
{% endif %}
- Authorised at
- {{ object.authorisation.last_edited_at|date:"D d M Y H:i" }}
- Authorised amount
-
{% if object.authorisation %}
£ {{ object.authorisation.amount|floatformat:"2" }}
{% endif %}
- Requested by
- {{ object.authorisation.sent_by }}