<%- include("./partials/fileHeader") %> <%- include("./partials/header") %>

Create New Asset

<% if (errMessage != "") { %>
<%= errMessage %>
<% } %>

Assets:

<%= assets.length %>

Total Value:

$<%= assets.reduce((total, e) => total + e.value, 0).toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2}) %>

Back to Dashboard

<% if (assets.length == 0) { %>
You have no assets, create a new asset.
<% } %> <% assets.forEach((asset) => { %>

Are you sure you want to delete this item?


ICON
<% if (asset.type != "stock") { %> <% } else { %> <% } %>
<% if (asset.type != "stock") { %> <% } else { %> <% } %> <% if (asset.type == "other") { %> <% } %> <% if (asset.type != "saving") { %> <% } %>
Last Modified: <%= asset.updatedAt %>
<% }) %>
<%- include("./partials/navBar") %> <%- include("./partials/footer") %>