{% extends "layout/default.html" %} {% load i18n %} {% block title %}{% translate "Supllier Bill Activity " %}{% endblock %} {% block breadcumbheading %} {% translate "Manage Supllier Bill Activity " %} {% endblock %} {% block breadcumbfirst %} Manage Supllier Bill {% endblock %} {% block breadcumbaddmore %} {% endblock %} {% block content %}

Activity List

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% if t1 %}
{% for bill in t1 %} {% if bill.log_activity != null and bill.log_activity != '' %} {% endif %} {% endfor %}
Sr.No Activity Action By Timestamp
{{bill.row_number}} {% if bill.action == 'Created' %} {% if bill.model_name == 'Supplier_Bill_Item' %} Added {% autoescape off %} {{bill.log_activity}}{% endautoescape %} {% else %} {{bill.action}} {% endif %} {% elif bill.action != 'Created' %} {% autoescape off %}{{bill.action}} {{bill.log_activity}}{% endautoescape %} {% endif %} {{bill.activity_by}} {{bill.timestamp|date:"M. d, Y, g:i A"}}
{% else %} No Record Found. {% endif %}
{% block script %} {% endblock script %} {% endblock content %}