<%- include('../../partials/header') %>
- مقالات
- مقالات
- لیست مقالات
|
نرخ قیمت |
زمان شروع |
زمان پایان |
پیشفرض |
تایید جهت نمایش |
ویرایش |
حذف |
<% for (var i = 0; i < advertisePrices.length; i++) { %>
| <%= i + 1 %> |
<%=advertisePrices[i].LastPrices[0].Price %> <%= advertisePrices[i].CurrencyDetail[0].Name %> |
<%= advertisePrices[i].StartDate %> |
<%= advertisePrices[i].EndDate %> |
<% if(advertisePrices[i].Default == true) { %>
|
<% } else { %>
|
<% } %>
<% if(advertisePrices[i].Show == true) { %>
|
<% } else { %>
|
<% } %>
|
|
<% } %>
<%- include("../../partials/popup") %>
<%- include("../../partials/footer") %>