You could use the with template tag, and assign an internal template variable like this:
{% with restaurant_id=restaurant.id %}
... use restaurant_id in this template section ...
{% endwith %}
You could use the with template tag, and assign an internal template variable like this:
{% with restaurant_id=restaurant.id %}
... use restaurant_id in this template section ...
{% endwith %}
The server cannot find the requested page: