<%# Copyright (C) 2024 Manuel Bustillo %>
<div id="<%= dom_id expense %>">
<p>
<strong>Name:</strong>
<%= expense.name %>
</p>
<strong>Amount:</strong>
<%= expense.amount %>
<strong>Pricing type:</strong>
<%= expense.pricing_type %>
</div>