{% 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 %} {% for activity in activities_open %} {% trans "Entries" %} {{ activity.name }} {% endfor %}

{% trans "Select emitters" %}

{% trans "Select receivers" %}

{% trans "Action" %}

{% include "note/amount_input.html" with widget=amount_widget %}

{% trans "Recent transactions history" %}

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