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

{{ _("GNU Taler Bibliography")}}

{% for item in conf["paperslist"] %}

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

{% if item['url_pdf'] %} PDF {% endif %} {% if item['url_html'] %} HTML {% endif %} {{_("by")}} {% if item['authors'] %} {% for name in item['authors'] %} {{ name|e }} {% if not loop.last %} , {% elif loop.revindex0 == 1 %} {{ _("and") }} {% endif %} {% endfor %} {% endif %}
{% if item['kind'] %} {{ item['kind']|e }} {% endif %} {% if item['year'] %} ({{ item['year'] }}) {% endif %} {% if item['comment'] %}
{{ item['comment'] }} {% endif %}

{% endfor %}
{% endblock body_content %}