{% extends 'base.html' %} {% block title %}HRMS - Table Reservations{% endblock %} {% block styles %} {% endblock %} {% block content %}

Restaurant Reservations

Select a restaurant to manage its table reservations.

{% for restaurant in restaurants %} {% endfor %}
{% endblock %}