<% this.company %>
<% this.street %> <% this.streetNumber %>
<% this.zipcode %> <% this.city %>
<% if (this.country != null) { %>
<% this.country %>
<% } %>
-
<% if (this.highlight == 1) { %>
Tipp<% } %><% if (this.mediaId != null) { %>
<% this.company %> <% if (this.distance != null) { %> Entfernung: <% parseInt(this.distance) %> KM <% } %>
<% this.street %> <% this.streetNumber %>
<% if (this.phoneNumber != null) { %>
<% this.zipcode %> <% this.city %> <% if (this.country != null) { %>
<% this.country %> <% } %>Tel. <% this.phoneNumber %>
<% } %><% if (this.description != null) { %> Beschreibung<% this.description %>
<% } %> <% if (this.openingHours != null) { %> Öffnungszeiten<% this.openingHours %>
<% } %><% if (this.tags.length != 0) { %><% if (this.productManufacturers.length != 0) { %>Tags<% } %> <% if (this.categories.length != 0) { %>Kategorien<% } %><% for ( var i = 0; i < this.categories.length; i++ ) { %> <% this.categories[i].name %> <% } %>Hersteller<% for ( var i = 0; i < this.productManufacturers.length; i++ ) { %> <% if (this.productManufacturers[i].media != null) { %> <% } else { %> <% this.productManufacturers[i].name %> <% } %> <% } %>