{% if pack.platform %}
Platform
{{ pack.platform }}
{% endif %} {% if pack.version %}
Version
{{ pack.version }}
{% endif %} {% if pack.description %}
Description
{{ pack.description }}
{% endif %} {% if pack.shard %}
Shard
{{ pack.shard }}
{% endif %} {% for query in pack.queries | sort(attribute='name') %} {% include "_query.html" %} {% endfor %}