{%extends "base/page.html"%} {%load markup%} {%block title%}Software Catalogue - {{category.catname}}{%endblock%} {%block contents%}

Software Catalogue - {{category.catname}}

{{productcount}} product(s) were found in this category.

{{category.blurb|safe}}

{% for product in products %}

{{product.name}}

Description License Pricing Publisher  
{{product.description|markdown:"safe"}} {{product.licencetype}} {{product.price}} {{product.org.name}} View

{% endfor %}

Note: The PostgreSQL Global Development Group do not endorse or recommend any products listed, and cannot vouch for the quality or reliability of any of them.

{%endblock%}