{% extends "base.html" %} {% block title %}Revenue Twin{% endblock %} {% block page_title %}Revenue Twin{% endblock %} {% block content %}
| Date | Category | Subcategory | Amount | Description | Reference | Recurring | Actions |
|---|---|---|---|---|---|---|---|
| {{ record.transaction_date }} | {{ record.category or '-' }} | {{ record.subcategory or '-' }} | {{ currency_symbol }}{{ "{:,.2f}".format(record.amount) }} | {{ record.description or '-' }} | {{ record.reference_number or '-' }} |
{% if record.is_recurring %} {{ record.recurring_frequency or 'Yes' }} {% else %} No {% endif %} | |
| No revenue records found. Add your first revenue record to get started. | |||||||