{% extends "base.html" %} {% block title %}Products{% endblock %} {% block content %}
| Product | Status | Price |
|---|---|---|
|
{% if p.product_type == 'business_care' %}
BC
{% elif p.pico_url %}
extension
{% endif %}
{{ p.name }}
{% if p.is_online == false %}
offline
{% endif %}
|
{# Type badge #}
{# Status badge: green=confirm, orange=declined #}
{% if p.status %} {% if p.status == 'confirm' %} {{ p.status }} {% elif p.status == 'declined' %} {{ p.status }} {% else %} {{ p.status }} {% endif %} {% else %} -- {% endif %} | {# Version #} {# Rating #} {# PS Compatibility #} {# Price #}{{ p.display_price or p.price or '--' }} | {# Open Tickets #} {# Support Load 30d #} {# Guides #} {# Module ZIP upload #} {# Module Slug (inline edit — hidden for bundles) #} {# Last Update #} {# Actions #}
No products synced yet.
Products are synced automatically when you run a sync.
Uploading…