{% extends "base.htm" %} {% block title %}Transfer Points{% endblock %} {% block content %}

Transfer Points

{{ balance|fmt_points }}

Go Back {% match error %} {% when TransferResult::ZeroPoints %}
You have to send at least 1 JKP
{% when TransferResult::SelfSend %}
You can not send points to yourself
{% when TransferResult::TransferError %}
An error occured during the transfer
{% when TransferResult::Empty %} {% endmatch %}
{% endblock %}