{% extends 'defaults/html/base.html' %} {% load static %} {% block content %}
{% if PACKAGE.installed == True %} {% endif %}

{{PACKAGE.title}}

{{PACKAGE.subtitle}}

v{{PACKAGE.version}}
{% if "macos" in PACKAGE.os %} vandenberghinc {% endif %} {% if "windows" in PACKAGE.os %} vandenberghinc {% endif %} {% if "linux" in PACKAGE.os %} vandenberghinc vandenberghinc {% endif %}
{% if PACKAGE.free == False and PACKAGE.purchased == False %}
Purchase
{% endif %}
Docs
{% if PACKAGE.installed == False and OS in PACKAGE.os %}
Install
{% elif PACKAGE.installed == True and PACKAGE.up_to_date == False and OS in PACKAGE.os %}
Update
{% endif %}

Description

{{PACKAGE.description}}

Information

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:"_"}}

© 2020 VanDenBerghInc. All Rights Reserved.

{% endblock %}