{% extends "common/base.j2" %} {% block body_content %}

{{ _("News") }}

{% trans %} News posts about changes related to GNU Taler such as releases and events {% endtrans %} – {{ _("subscribe to our RSS feed") }}

{% for item in newsdata %}

{{ item['title']|e }}

{{ item['date'] }}

{{ item['abstract'] }}
[{{ _("read more") }}]

{% endfor %}
{% endblock body_content %}