{% extends "base.html" %} {% block title %}Recurring Rules{% endblock %} {% block page_title %}Recurring Transactions{% endblock %} {% block topbar_actions %} Settings
New Rule {% endblock %} {% block content %}| Name | Frequency | Amount | Next Run | |
|---|---|---|---|---|
|
{{ rule.name }}
{{ rule.description }}
|
{{ rule.frequency | title }} {{ rule.transaction_type | title }} | {{ rule.amount | currency }} | {{ rule.next_run.strftime('%b %d') if rule.next_run else '—' }} | Edit |
No recurring rules yet.
Create First RuleNo upcoming recurring transactions.
{% endif %}