{% with query_string=item.context.package_query_string %}
buildd:
logs
{% if item.context.has_experimental %}
,
exp
{% endif %}
{% if item.context.has_checks %}
,
checks
{% endif %}
{% comment %}
{# Disabled for now as it's not working #}
,
clang
{% endcomment %}
{% if item.context.has_reproducibility %}
,
reproducibility
{% endif %}
{% endwith %}