Händlersuche
-
<%- index + 1 %>. <% if ( name ) { %> <%- name %><% } %>
<% if ( address1 ) { %>
<%- address1 %> <% } %> <% if ( address2 ) { %>
<%- address2 %> <% } %> <% if ( zip || city || country ) { %>
<%- country ? country + '-' : '' %><%- zip %> <%- city %> <% } %> <% if ( telephone ) { %>
Tel.: <%- telephone %> <% } %> <% if ( fax ) { %>
Fax: <%- fax %> <% } %> <% if ( email ) { %>
<%= email %> <% } %> <% if ( website ) { %>
<%- website %> <% } %>