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

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

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