{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load pretty_money i18n %} {% load render_table from django_tables2 %} {% block content %}

{{ title }}

{# Search field , see js #}
{% trans "New button" %}
{% trans "buttons listing"%}
{% render_table table %}
{% endblock %} {% block extrajavascript %} {% endblock %}