{{'User profile search'|trans}}

{{Open_Form}}
{{Close_Form}}

{{'User profile search results'|trans}}

{% set count = 0 %} {% for result in results %} {% set count = count + 1 %} {% endif %} {% endfor %}
{% if result.Photo_Listing %}
{% else %}
{% endif %}
{{result.first_name|e}} {{result.last_name|e}}
{{result.company_name|e}}
{{result.bus_country_id|e}}
{% if (count is divisible by(Column_Count)) and (not result.last_result) %}
{{Pagination}} {% if No_Rows %} {{'No results found with your search criteria'|trans}} {% endif %}