{% extends "layout/default.html" %} {% load i18n %} {% block title %}{% translate "Customer Activity " %}{% endblock %} {% block breadcumbheading %} {% translate "Manage Customer " %} {% endblock %} {% block breadcumbfirst %} Manage Customer List {% endblock %} {% block breadcumbaddmore %}
| Sr.No | Note | Activity | Action By | Timestamp |
|---|---|---|---|---|
| {{customer.row_number}} | {{customer.note}} |
{% if customer.action == 'Created' %} {{customer.action}} {% elif customer.action != 'Created' %} {% autoescape off %}{{customer.action}}
{% if customer.log_activity %} {% if customer.log_activity|stringformat:"s" == customer.log_activity %} {{ customer.log_activity }} {% else %} {% for log in customer.log_activity %} {{ log }} {% endfor %} {% endif %} {% endif %}{% endautoescape %} {% endif %} |
{{customer.activity_by}} | {{customer.timestamp|date:"M. d, Y, g:i A"}} |