{% extends "templates/web.html" %} {% block head_include %} {% endblock %} {% block page_content %}

{{ _("Attribution") }}

{{ _("This software is built on top of many open source packages. We would like to thank the authors of these packages for their contribution.") }}

{% for app_info in apps %}

{{ app_info.name }}

{% if app_info["dependencies"] %} {% endif %}
{{ _("Authors") }} {{ app_info.authors }}
{{ _("Description") }} {{ app_info.description }}
{{ _("Dependencies") }} {% for package in app_info["dependencies"] %} {% endfor %}
{{ _("Package") }} {{ _("Type") }} {{ _("License") }} {{ _("Authors / Maintainers") }}
{{ package.name | e }} {{ package.type }}
{% endfor %} {% endblock %}