<%- include('../../../partials/header') %>
پیشنهاد ها
پیشنهاد ها
لیست پیشنهاد ها
ویرایش پیشنهاد
ثبت پیشنهاد در سامانه آنسه تیم
تیم
<% for (var i = 0; i < teams.length; i++) { %> <% if(serviceOffer.Team.equals(teams[i]._id)) { %>
<%= teams[i].Name %>
<% } else { %>
<%= teams[i].Name %>
<% } %> <% } %>
قیمت
ارز
<% for (var i = 0; i < currencys.length; i++) { %> <% if(serviceOffer.Project.Currency.equals(currencys[i]._id)) { %>
<%= currencys[i].Name %>
<% } else { %>
<%= currencys[i].Name %>
<% } %> <% } %>
زمان پیشنهادی
زمان
<% for (var i = 0; i < timeUnits.length; i++) { %> <% if(serviceOffer.Project.Unit.equals(timeUnits[i]._id)) { %>
<%= timeUnits[i].UnitDocument.Name %> <%= timeUnits[i].Symbol %>
<% } else { %>
<%= timeUnits[i].UnitDocument.Name %> <%= timeUnits[i].Symbol %>
<% } %> <% } %>
توضیحات کوتاه
<%= serviceOffer.SmallCaption %>
توضیحات پیشنهاد
<%= serviceOffer.Caption %>
<%- include("../../../partials/popup") %> <%- include("../../../partials/footer") %>