mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 16:51:29 +02:00
Further fix on invoices
This commit is contained in:
parent
626b0cd894
commit
3f30621bae
4 changed files with 27 additions and 7 deletions
|
@ -33,16 +33,15 @@
|
|||
<div class="col-6">
|
||||
<p class="h3">Provider / Registry</p>
|
||||
<address>
|
||||
Street Address<br>
|
||||
State, City<br>
|
||||
Region, Postal Code<br>
|
||||
ltd@example.com
|
||||
{{ company_name }}<br>
|
||||
{{ address }}<br>
|
||||
{{ address2 }}<br>
|
||||
{{ email }}
|
||||
</address>
|
||||
</div>
|
||||
<div class="col-6 text-end">
|
||||
<p class="h3">Client / Registrar</p>
|
||||
<address>
|
||||
{{ billing.first_name }} {{ billing.last_name }}<br>
|
||||
{{ billing.org }}<br>
|
||||
{{ billing.street1 }}<br>
|
||||
{{ billing.city }}, {{ billing.sp }}<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue