{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}Koschei - {{ collection.display_name }}{% endblock %} {% block subheader %}

{{ collection.display_name }}

{% endblock %} {% block content %}

Collection information

Internal name
{{ collection.name }}
Display name
{{ collection.display_name }}
Display order
{{ collection.order }}
Priority coefficient
{{ collection.priority_coefficient }}
Koji target
{{ collection.target }}
Koji build tag
{{ collection.build_tag }}
Koji dest tag
{{ collection.dest_tag }}
Koji build group
{{ collection.build_group }}
Bugzilla product
{{ collection.bugzilla_product }}
Bugzilla product version
{{ collection.bugzilla_version }}
Poll untracked
{{ collection.poll_untracked }}
{% endblock %}