{% extends 'sales/base.html' %} {% load static %} {% load paginate %} {% load thumbnail %} {% block breadcrumb %} {% block extralinks %} {% endblock extralinks %} {% endblock breadcrumb %} {% block content %}
{{attachment.file_name}} Download
Uploaded by :{{ attachment.created_by }}
{{ attachment.created_on_arrow }}
{{ comment.comment }}
{{ comment.commented_by }}
{{ comment.commented_on_arrow }}
S.No | Date | Invoice Number | Name | Status | Description | Amount |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ invoice.created_on_arrow }} | {{ invoice.invoice_number }} |
{% if invoice.updated_by %}
{% if invoice.updated_by.profile_pic %}
{% thumbnail invoice.updated_by.profile_pic "40x40" crop="center" as im %}
![]() ![]() |
{{ invoice.status }} | {{ invoice.details }} | {{ invoice.total_amount }} |