{% extends "base.html" %} {% block title %}{{ _("Distribution") }}: {{ distro.name }}{% end block %} {% block body %}
{{ distro.description }} {{ distro.vendor }}
{{ _("Supported architectures") }}: {{ locale.list(distro.arches) or _("None") }}
{{ _("A binary repository is a composition of packages that are considered stable, unstable or in testing state by the developers.") }}{% module RepositoryTable(distro, distro.repositories) %}
{{ _("Each repository can be enabled individually.") }} {{ _("Learn how to use them.") }}