{% extends "base.html" %} {% load i18n static pretty_money %} {# Remove page title #} {% block contenttitle %}{% endblock %} {% block content %} {# Regroup buttons under categories #} {% regroup transaction_templates by category as categories %}
{% endblock %} {% block extrajavascript %} {% endblock %}