15 | <%- errorTitle %> 16 |
17 |<%- locals.error.stack %>19 |
<%- locals.error.stack %>19 |
<%- error.stack %>19 |
 8 |           Periodic is a library for rapidily develop database agnostic enterprise applications with express & node.js.
12 |Easily define themes, routes and extensions to build your own CMS, ERP, ECM, API Server and more.
13 || ID | 34 |Title | 35 |Created | 36 |Updated | 37 |
|---|---|---|---|
| <%- item._id %> | 44 |<%- item.title || item.name %> | 45 |<%- item.createdat %> | 46 |<%- item.updatedat %> | 47 |
| No <%- entityName.pluralCapitalized %> | 52 ||||
| <% if(entityPage.currentpage > 1){%> 58 | Prev Page 59 | <%} %> 60 | | 61 |Page <%- entityPage.currentpage %> of <%- entityPage.totalpages %> 62 | | 63 |Showing <%- (entityPage.limit > entityPage.count)? entityPage.count: entityPage.limit %> of <%- entityPage.count %> | 64 |65 | <% if(entityPage.currentpage <= entityPage.totalpages -1){ %> 66 | Next Page 67 | <% } %> 68 | | 69 |