{# Copyright (C) 2013 Matthieu Caneill License: GNU Affero General Public License, version 3 or above. #} {% extends "base.html" %} {% block title %}Package info for: {{ package }} {{ version }} {% endblock %} {% block content %}

Package info for: {{ package }} {{ version }}

{% if pkg_infos %} {% import "infobox.inc.html" as infobox %} {{ infobox.render_infobox(package, version, pkg_infos, position="not_fixed") }} {% endif %} {% endblock %}