{% extends "base.html" %} {% set active_page = "drinks" %} {% block title %}Drinks{% endblock %} {% block content %} {% if g.is_editor %}
{% endif %} {% if not model.drinks %} There are no drinks. {% else %}| {{ caption }} | {% endfor %} {% if g.is_editor %} {% for id, caption in model.controls %}{{ caption }} | {% endfor %} {% endif %}
|---|---|
| {{ drink[prop] }} | {% endfor %} {% if g.is_editor %} {% for name, caption in model.controls %}{{ caption }} | {% endfor %} {% endif %}