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