isp_address_multiline.html 233 B

123456
  1. {% with address=branding.registeredoffice %}
  2. Association {{ branding.shortname|upper }}<br />
  3. {{ address.extended_address }}<br />
  4. {{ address.street_address }}<br />
  5. {{ address.postal_code }} {{ address.locality }}</p>
  6. {% endwith %}