<%- include('../../partials/header') %>
مناطق
دسته بندی مناطق
لیست دسته بندی مناطق
ثبت محتوای چندزبانه برای دسته بندی منطقه در سامانه آنسه تیم
نام دستهبندی
زبان
<% for(var i=0; i < languages.length; i++) { %> <% if(languages[i]._id.equals(zoneTypeDocument.Language._id)){ %>
<%= languages[i].Name %>
<% } else { %>
<%= languages[i].Name %>
<% } %> <% } %>
ارز رایج
<% for(var i=0; i < currencies.length; i++) { %> <% if(currencies[i]._id.equals(zoneTypeDocument.Currency._id)){ %>
<%= currencies[i].Name %>
<% } else { %>
<%= currencies[i].Name %>
<% } %> <% } %>
توضیحات کوتاه
<%= zoneTypeDocument.SmallCaption %>
توضیحات
<%= zoneTypeDocument.Caption %>
انتخاب پرچم
<%- include("../../partials/popup") %> <%- include("../../partials/footer") %>