redesign footer of report
parent
216b766571
commit
80dee9d3f0
|
|
@ -264,11 +264,15 @@
|
||||||
·
|
·
|
||||||
-->
|
-->
|
||||||
<strong>
|
<strong>
|
||||||
EORI-Nr.
|
<t t-if="company.eori_nr">
|
||||||
<span t-esc="company.eori_nr"/>
|
EORI-Nr.
|
||||||
·
|
<span t-esc="company.eori_nr"/>
|
||||||
Company Register:
|
·
|
||||||
<span t-esc="company.company_registry"/>
|
</t>
|
||||||
|
<t t-if="company.company_registry">
|
||||||
|
Company Register:
|
||||||
|
<span t-esc="company.company_registry"/>
|
||||||
|
</t>
|
||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue