add logo and fix sign. in print
This commit is contained in:
parent
10810f8700
commit
e2e4a6dad8
11 changed files with 40 additions and 71 deletions
|
|
@ -168,10 +168,12 @@
|
|||
<div class="col-4">
|
||||
{% if instance.broker.company and instance.broker.company.signature %}
|
||||
<div class="row d-flex justify-content-center">
|
||||
<h6 class="mb-3 text-center">مهر و امضا</h6>
|
||||
{% if instance.broker.company.signature %}
|
||||
<h6 class="mb-3 text-center">مهر و امضا
|
||||
{% if instance.broker.company.signature %}
|
||||
<img class="img-fluid" src="{{ instance.broker.company.signature.url }}" alt="امضای شرکت" style="">
|
||||
{% endif %}
|
||||
</h6>
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -76,6 +76,7 @@
|
|||
.items-table td {
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
text-align: center;
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
.total-section {
|
||||
|
|
@ -227,10 +228,12 @@
|
|||
<div class="col-4">
|
||||
{% if instance.broker.company and instance.broker.company.signature %}
|
||||
<div class="row d-flex justify-content-center">
|
||||
<h6 class="mb-3 text-center">مهر و امضا</h6>
|
||||
{% if instance.broker.company.signature %}
|
||||
<h6 class="mb-3 text-center">مهر و امضا
|
||||
{% if instance.broker.company.signature %}
|
||||
<img class="img-fluid" src="{{ instance.broker.company.signature.url }}" alt="امضای شرکت" style="">
|
||||
{% endif %}
|
||||
</h6>
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue