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

{{ _("Project")}}

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.

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

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

{{ _("Events")}}

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

{{ _("Deliverables")}}

{% endif %}
#}

{{ _("Partners")}}

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

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).

{% for partner in conf['partners'] %}
{{ partner.id + ' avatar'}}
{{ partner.name }}

{{ partner.role }}

{% endfor %}
{% endblock body_content %}