Hi … any one know to write this line using HTML
Im trying to make this report using print format
Date:
{{ doc.get_formatted("booking_date") }}
<div class="row">
<div class="col-md-3 text-left">To: </div>
<div class="col-md-9">{{ doc.supplier_name }}</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<div>
{{ doc.get_formatted("debt_balance_amount") }} الموضوع : مطالبتكم بمبلغ و قدره
</div>
</div>
</div>
this is my code