You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
391 B

  1. {% if a.company %}{{ a.company }}
  2. {% else %}{{ email }}
  3. {% endif %}{% if a.extended_address %}VAT: {{ a.extended_address }}
  4. {% endif %}{% if a.street_address %}{{ a.street_address }}
  5. {% endif %}{% if a.locality %}{{ a.locality }}
  6. {% endif %}{% if a.region %}{{ a.region }}
  7. {% endif %}{% if a.country_name %}{{ a.country_name }}
  8. {% endif %}{% if a.postal_code %}{{ a.postal_code }}{% endif %}