{% extends "common/consortium.j2" %} {% block body_content %}
{# #}

{{ _("Project")}}

{% trans %} The TALER project is funded under Horizon Europe (Pilots for the Next Generation Internet) with the aim of bringing GNU Taler to market across Europe.
To make GNU Taler accessible to European citizens, we need a commercially viable use of the GNU Taler technology. We will achieve this through the four key project objectives. {% endtrans %}

{% for objective in conf['objectives'] %}

{{ objective.text }}
{% endfor %}

{{ _("Events")}}

{% if conf['deliverables'] is defined and conf['deliverables'] and conf['deliverables'] != "" %}

{{ _("Deliverables")}}

{% endif %}

{{ _("Partners")}}

{% trans %} The TALER consortium consists of 11 partners from 8 European countries (the Netherlands, Belgium, France, Germany, Greece, Hungary, Luxembourg and Switzerland). {% endtrans %}

{% trans %} The consortium is diverse in terms of types of institutions, including research (TUE) and applied science universities (BFH), small for-profit (CBG, TSYS, VV) and non-profit (PS) companies, cooperative banks (GLS, MAG), a foundation (NLnet) and grassroots movements (ESEN, HODI). {% endtrans %}

{% for partner in conf['partners'] %}
{{ partner.id + ' avatar'}}
The team of {{ partner.name }} is represented by
{{ partner.contact }}

{{ partner.role }}

{% endfor %}
{% endblock body_content %}