<%- include('../../partials/header') %>
- رنگ ها
- رنگ ها
- محتوای چندزبانه دسته بندی رنگ ها
- لیست محتوای چندزبانه رنگ ها
|
نام رنگ |
زبان |
توضیحات |
تایید جهت نمایش |
ویرایش |
حذف |
<% for (var i = 0; i < colorDocuments.length; i++) { %>
| <%= i + 1 %> |
<%= colorDocuments[i].Name %> |
<%= colorDocuments[i].Language.Name %> |
<%= colorDocuments[i].Caption %> |
<% if(colorDocuments[i].Show == true) { %>
|
<% } else { %>
|
<% } %>
|
|
<% } %>
<%- include("../../partials/footer") %>