{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-2.0-or-later {% endcomment %} {% load i18n static django_tables2 perms %} {% block content %}
{% if "note.notespecial"|not_empty_model_list %} {% endif %}
{% if "note.notespecial"|not_empty_model_list %} {% endif %}

{% trans "Select receivers" %}

{% trans "Recent transactions history" %}

{% render_table table %}
{% endblock %} {% block extrajavascript %} {% endblock %}