{%extends "base/page.html"%} {%load markup%} {%block title%}Software Catalogue - {{category.catname}}{%endblock%} {%block contents%}
{{productcount}} product(s) were found in this category.
{{category.blurb|safe}}
{% for product in products %}Description | License | Pricing | Publisher | |
---|---|---|---|---|
{{product.description|markdown:"safe"}} | {{product.licencetype}} | {{product.price}} | {{product.org.name}} | View |
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%}