<%- include('../partials/header') %>
ثبت ارزها در سامانه آنسه تیم
مشاهده لیست ارزها
<% for (var i = 0; i < currencies.length; i++) { %> <% if(currencies[i].Default == true) { %> <% } else { %> <% } %> <% } %>
# آیکن نام ارز کد آیکن قیمت نسبت به ارز مرجع توضیحات کوتاه پیشفرض ویرایش حذف
<%= i + 1 %> <%= currencies[i].Name %> <%= currencies[i].IconCode %> <%= currencies[i].Exchange %> <%= currencies[i].SmallCaption %>
<%- include("../partials/popup") %> <%- include("../partials/footer") %>