{% extends 'defaults/html/base.html' %} {% load static %} {% block content %}
{{PACKAGE.subtitle}}
{% endif %}
{% if "windows" in PACKAGE.os %}
{% endif %}
{% if "linux" in PACKAGE.os %}
{% endif %}
{{PACKAGE.description}}
Category
{{PACKAGE.category|default:"_"}}
Price
{% if PACKAGE.free == True %} Free {% else %} Paid {% endif %}
Version
v{{PACKAGE.version|default:"_"}}
Product
{{PACKAGE.title|default:"_"}}
Developer
{{PACKAGE.developer|default:"_"}}
Copyright
{{PACKAGE.copyright|default:"_"}}