{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block page_title %}Settings{% endblock %} {% block content %}
| Date | Description | Type | Amount |
|---|---|---|---|
| {{ item.date.strftime('%b %d') }} | {{ item.description }} | {{ item.type | title }} | {{ item.amount | currency }} |