redesign footer of report

develop
Andreas Osim 2023-04-04 10:17:40 +02:00
parent 216b766571
commit 80dee9d3f0
1 changed files with 9 additions and 5 deletions

View File

@ -264,11 +264,15 @@
· ·
--> -->
<strong> <strong>
<t t-if="company.eori_nr">
EORI-Nr. EORI-Nr.
<span t-esc="company.eori_nr"/> <span t-esc="company.eori_nr"/>
&#183; &#183;
</t>
<t t-if="company.company_registry">
Company Register: Company Register:
<span t-esc="company.company_registry"/> <span t-esc="company.company_registry"/>
</t>
</strong> </strong>
</div> </div>
</div> </div>