{% extends "member/base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static django_tables2 i18n %} {% block profile_content %}

{% trans "Add friends" %}

{% if can_create %}
{% csrf_token %} {%include "autocomplete_model.html" %}
{% endif %}
{% render_table trusting %}
{% blocktrans trimmed %} Adding someone as a friend enables them to initiate transactions coming from your account (while keeping your balance positive). This is designed to simplify using note kfet transfers to transfer money between users. The intent is that one person can make all transfers for a group of friends without needing additional rights among them. {% endblocktrans %}

{% trans "People having you as a friend" %}

{% render_table trusted_by %}
{% endblock %} {% block extrajavascript %} {% endblock%}