{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans "UID" %} | {% trans "ID" %} | {% trans "Name" %} | {% trans "Type" %} | {% trans "Arches" %} |
---|---|---|---|---|
{{ variant.variant_uid }} {% if variant.integrated_from %} (integrated from {{ variant.integrated_from.release_id }}) {% elif variant.integrated_to %} (integrated to {{ variant.integrated_to }}) {% endif %} | {{ variant.variant_id }} | {{ variant.variant_name }} | {{ variant.variant_type }} | {{ variant.arches|join:", " }} |
# | {% trans "Variant.Arch" %} | {% trans "Service" %} | {% trans "Repo Family" %} | {% trans "Content Format" %} | {% trans "Content Category" %} | {% trans "Shadow" %} | {% trans "Repository" %} | {% trans "Product ID" %} |
---|---|---|---|---|---|---|---|---|
{{ repo.pk }} | {{ repo.variant_arch.variant.variant_uid }}.{{ repo.variant_arch.arch }} | {{ repo.service }} | {{ repo.repo_family }} | {{ repo.content_format }} | {{ repo.content_category }} | {{ repo.shadow }} | {{ repo.name }} | {{ repo.product_id|default_if_none:"—" }} |