ID | Invoice Title | Invoice Number | Status | Assigned To | Created by | Created On | Actions | |
---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ invoice.invoice_title }} | {{ invoice.invoice_number }} | {{ invoice.email }} | {{ invoice.status }} |
{% with users=invoice.get_team_and_assigned_users %}
{% for user in users %}
{% if user.profile_pic %}
{% thumbnail user.profile_pic "40x40" crop="center" as im %}
![]() |
{% if invoice.created_by %}
{% if invoice.created_by.profile_pic %}
{% thumbnail invoice.created_by.profile_pic "40x40" crop="center" as im %}
![]() |
{{ invoice.created_on_arrow }} | {% if request.user == invoice.created_by or request.user.role == "ADMIN" or request.user.is_superuser %} {% if invoice.is_draft %} {% endif %} {% if invoice.is_sent == True %} {% endif %} {% if invoice.is_resent %} {% endif %} {% if invoice.is_paid_or_cancelled == True %} {% endif %} {% endif %} |
{{ forloop.counter }} | {{ invoice.invoice_title }} | {{ invoice.invoice_number }} | {{ invoice.email }} | {{ invoice.status }} |
{% with users=invoice.get_team_and_assigned_users %}
{% for user in users %}
{% if user.profile_pic %}
{% thumbnail user.profile_pic "40x40" crop="center" as im %}
![]() |
{% if invoice.created_by %}
{% if invoice.created_by.profile_pic %}
{% thumbnail invoice.created_by.profile_pic "40x40" crop="center" as im %}
![]() |
{{ invoice.created_on_arrow }} | {% if request.user == invoice.created_by or request.user.role == "ADMIN" or request.user.is_superuser %} {% if invoice.is_draft %} {% endif %} {% if invoice.is_sent == True %} {% endif %} {% if invoice.is_resent %} {% endif %} {% if invoice.is_paid_or_cancelled == True %} {% endif %} {% endif %} |
No Invoices Found
{%endifequal%}
{% show_pages %}