{% load i18n %}
- {% trans 'Version' %}
- {{ arch.1.data.Version }}
{% for tipo in arch.1.relations.items %}
{% include 'cloud/relations.html' %}
{% endfor %}
- {% trans 'Download Size' %}
- {% widthratio arch.1.data.Size 1024 1 %}KB
- {% trans 'Installed Size' %}
- {{ arch.1.data.InstalledSize }}KB
- {% trans 'MD5sum' %}
- {{ arch.1.data.MD5sum }}
- {% trans 'This is the MD5sum of the file. You can use this to test the consistency of the package.' %}
{% trans 'You can download this version of the package by pressing on the following button.' %}
{% trans 'Download package' %}