1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/odoo/addons/base/report/mako_footer.html
2024-12-10 09:04:09 +07:00

24 lines
424 B
HTML

<footer>
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<hr width="100%" height="27.7">
</td>
</tr>
<tr>
<td>
% if company['rml_footer']:
<p align="center"><small><b>${company.rml_footer}</b></small></p>
%endif
</td>
</tr>
<tr>
<td>
% if user['name']:
<p align="center"><small><b>Contact : ${user.name}</b></small></p>
%endif
</td>
</tr>
</table>
</footer>