description = "Venue List" [viewBag] == {% set venues = venues %} {% if venues is empty %}

No results found.

{% endif %} {% for venue in venues %}

{{venue.name}}

  • {{venue.location}}
  • up to {{venue.capacity}} pax capacity
READ MORE
{% endfor %}