{% extends "base.html" %} {# This file is part of GNU TALER. Copyright (C) 2014, 2015, 2016 INRIA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. TALER is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with TALER; see the file COPYING. If not, see @author Marcello Stanisci #} {% block head %} {% if withdraw and withdraw == "success" %} {% endif %} {% if suggested_exchange %} {% endif %} {% endblock head %} {% block headermsg %}

Welcome {{ name }}!

[Logout]
{% endblock headermsg %} {% block content %}
{% if fail_message %}

{{ hint }}

{% endif %} {% if success_message %}

{{ hint }}

{% endif %}

Wallet not installed!

You need to install the Taler wallet to withdraw digital coins. Right now, you need Chrome or Chromium to install the wallet. We plan to support other browsers in the future.

Withdraw digital coins using Taler

Amount to withdraw:

Wire transfer

{{ currency }} {{ wt_form.amount }}

Transaction history

{% if history %} {% for item in history %} {% endfor %}
Date Amount Counterpart Subject
{{ item.date }} {{ item.sign }} {{ item.amount }} {% if item.counterpart_username %} {{ item.counterpart_username }} {% endif %} (account #{{ item.counterpart }}) {{ item.subject }}
{% else %}

No transactions made to/from this account

{% endif %}
{% endblock %}