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

{{ _("Consortium")}}

{{ _("Project")}}

{% trans %} The TALER project is an initiative of Horizon Europe (Pilots for the Next Generation Internet) with the aim of bringing the GNU Taler to market across Europe.
To make the 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 %}


{{ _("Partners")}}

{% trans %} 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'] %} {% if loop.index0 % 2 == 0 %}
{% endif %}

Team represented by

{{ partner['contact_name'] }}, {{ partner['contact_role'] }}

{{ partner['role'] }}

{{ partner['statement'] }}

{% if not loop.index0 == 0 and loop.index % 2 == 0 %}

{% endif %} {% endfor %}
{% endblock body_content %}