{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %}{% trans "Versions" %}{% endblock %} {% block content %}

{% trans "Versions" %}

{% for item in versions %} {% endfor %}
{% trans "Library/Package" %} {% trans "Version" %}
{{ item.name }}{{ item.version }}
{% endblock %}