{% extends "package_detail_base.html" %} {% load projecttags %} {% block mainheading %}

{{package.fullpackagespec}} ({{target.target}})

{% endblock %} {% block tabcontent %} {% with packageFileCount=package.buildfilelist_package.count %} {% include "package_included_tabs.html" with active_tab="detail" %}
{% if packageFileCount > 0 %} {% include "tablesort.html" %} {% for file in objects %} {{file.path}} {{file.size|filtered_filesizeformat}} {% endfor %} {% else %}
{{package.fullpackagespec}} does not generate any files.
{% endif %}
{% endwith %} {% endblock tabcontent %}