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