## model_index.html <%inherit file="/defaults/layout.html" />

Entities in Model

<% app = c.application entities = app.model_entities %> % if entities: % else:

There are no entities in this model.

% endif <%def name="nav()"> ${h.make_nav_list([h.nav_list_for_parent(c)])}