{% extends "base.html" %} {% block title %}Categories{% endblock %} {% block page_title %}Categories{% endblock %} {% block topbar_actions %} Expense Income {% endblock %} {% block content %}
| Category | Type | Actions |
|---|---|---|
|
|
{{ cat.category_type | title }} | Edit {% if not cat.is_system %} {% endif %} |
No expense categories.
{% endif %}| Category | Type | Actions |
|---|---|---|
|
|
{{ cat.category_type | title }} | Edit {% if not cat.is_system %} {% endif %} |
No income categories.
{% endif %}