{% extends "wallets/base.html" %} {% block subhead -%} {% endblock -%} {% block sub_content %}

Transfer {{key.uids.0|truncate(50)}}


{% with coins=clist.1|map(attribute="amount")|list|join(" + ") -%}
{#
{{coins}}
#}
{% endwith -%}

Recipient

Amount

Message

{% endblock %} {% block subfoot %} {% endblock %}