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