%- include('../layout/header.html') %>
<%- include('../layout/sidebar.html') %>
Dropdown Settings
- Dashboard
- Dropdown Settings
<%if(list.length> 0) {%>
<% var i=1; list.forEach(function(dropdown) { %>
#<%= i %>
|
<%= dropdown.name %>
|
|
<% i++; }); %>
<% } else {%>
<% } %>
|
|
|
<%- include('../layout/footer.html') %>