<%- name %>
<% if (budgetAmount !== null) { %><%- numberFormatter.formatCurrency(budgetAmount, budgetCurrency) %><% } else { %> <% } %>
<% if (probability !== null) { %><%- numberFormatter.formatPercent(probability) %><% } else { %> <% } %>
<% if (accountName) { %><%- accountName %><% } else { %> <% } %>
<% if (contactName) { %><%- contactName %><% } else { %> <% } %>
<%- datetimeFormatter.formatDate(updatedAt) %>