{% set title = 'House Search' %} {% set content %} {% if errors is not empty %} {% for error in errors %}
{{ error }}
{% endfor %} {% else %} Here you can see the list of all available houses, flats{{ guildString }}. Click on any view button to get more information about a house or adjust the search criteria and start a new search.Available {{ houseType }}{% if townName is not empty %} in {{ townName }}{% endif %} on {{ config.lua.serverName }} | |||||
Name | Size | Rent | Status | {% elseif housesSearch %} | No {{ houseType }} with specified criterias. | {% endif %}
{{ house.name }} | {{ house.size }} | {{ house.rent }} golds | {{ house.rentedBy|raw }} | {{ include('buttons.view.html.twig') }} |