<%-- List-and-edit form for Restaurants. --%>
Edit Restaurant data. Name is mandatory. Price is in range 0.00..100.00 [A Faire.]
*

<%-- Listing of all restaurants. --%>
Restaurants
# Name Location Price Comment
${index.count} ${restaurant.name} ${restaurant.location} ${restaurant.price} ${restaurant.comment}