|
@ -80,8 +80,8 @@ |
|
|
<br> |
|
|
<br> |
|
|
<br> |
|
|
<br> |
|
|
<div class="title">${_('List of Due Invoices')}</div> |
|
|
<div class="title">${_('List of Due Invoices')}</div> |
|
|
<br> |
|
|
|
|
|
%if getLines30(partner): |
|
|
%if getLines30(partner): |
|
|
|
|
|
<br> |
|
|
<div class="total">${_('0-30')}</div> |
|
|
<div class="total">${_('0-30')}</div> |
|
|
<table class=basic_table style="width: 100%;"> |
|
|
<table class=basic_table style="width: 100%;"> |
|
|
<tr> |
|
|
<tr> |
|
@ -108,8 +108,8 @@ |
|
|
%endfor ## for line in getLines30(partner) |
|
|
%endfor ## for line in getLines30(partner) |
|
|
</table> |
|
|
</table> |
|
|
%endif ## if getLines30(partner) |
|
|
%endif ## if getLines30(partner) |
|
|
<br/> |
|
|
|
|
|
%if getLines3060(partner): |
|
|
%if getLines3060(partner): |
|
|
|
|
|
<br/> |
|
|
<div class="total">${_('30-60')}</div> |
|
|
<div class="total">${_('30-60')}</div> |
|
|
<table class=basic_table style="width: 100%;"> |
|
|
<table class=basic_table style="width: 100%;"> |
|
|
<tr> |
|
|
<tr> |
|
|