{% comment %}
if recipe is absent, filesize is not 0
{% endcomment %}
{% if package.recipe_id > 0 %}
{{package.size|filtered_filesizeformat}}
{% if target.file_size %}
({{package.size|multiply:100|divide:target.file_size}}% of included package size)
{% endif %}
{% endif %}
License
{{package.license}}
{% comment %}
# Removed per review on 1/18/2014 until license data population
# problemse are resolved.
{{package.recipe.layer_version.layer.name}}
{% if package.recipe.layer_version.layer.name|format_none_and_zero != "" %}
{% comment %}
# Removed per team meeting of 1/29/2014 until
# decision on index search algorithm
{% endcomment %}
{% endif %}