+ {% for entry in section.entries %}
+ {% if editing_id is not none and entry.id == editing_id %}
+
+ {% else %}
+
+
+ {{ entry.name }}{% if entry.notes %}{{ entry.notes }}{% endif %}
+
+
${{ '{:,.2f}'.format(entry.amount) }}
+
+
+
+
+
+ {% endif %}
+ {% else %}
+
No entries yet.
+ {% endfor %}
+
+
+ + add {{ section.label|lower }}
+
+
+
+
+