{% extends "layout/default.html" %} {% load i18n %} {% block title %}{% translate "Invoice Activity " %}{% endblock %} {% block breadcumbheading %} {% translate "Manage Invoices" %} {% endblock %} {% block breadcumbfirst %} Manage Invoices {% endblock %} {% block breadcumbaddmore %}
| Sr.No | Activity | ACTION BY | Timestamp |
|---|---|---|---|
| {{invoice.row_number}} | {% if invoice.action == 'Created' %} {% if invoice.model_name == 'InvoiceItem' %} Added {% autoescape off %} {{invoice.log_activity}}{% endautoescape %} {% else %} {{invoice.action}} {% endif %} {% elif invoice.action != 'Created' %} {% autoescape off %}{{invoice.action}} {{invoice.log_activity}}{% endautoescape %} {% endif %} | {{invoice.activity_by}} | {{invoice.timestamp|date:"M. d, Y, g:i A"}} |