{% if page > 1 %}
{% endif %} {% for business in this.items %}

{{ business.name|striptags|raw }}

{{ business.activityArea ? business.activityArea.name }}
{% endfor %} {% if this.hasMore %}{% for i in 1..per_page %}
{% endfor %}{% endif %}