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

{{ _("Consortium")}}

{% 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 %}

{% trans %} Partners were brought together based on their expertise and expected contributions to individual scientific, technical, regulatory, societal and operational aspects of TALER. We are very proud to have such an excellent consortium bringing together a rich diversity of key competences. {% endtrans %}

{{ _("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")}}

{% for partner in conf['partners'] %} {% if loop.index0 % 2 == 0 %}
{% endif %}
{{ 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 %}