{% extends "../template.html" %} {% block content %} {% load static %}
Product Name | Product Part Number | Product Cost | Product Price | Product Description | ------ |
{{ row.product_name }} | {{ row.product_part_number }} | {{ row.product_cost }} | {{ row.product_price }} | {{ row.product_description }} | {% if row.is_deleted == 'FALSE' %} Click to discontinue {% else %} Click to recontinue {% endif %} |
Service Name | Service Part Number | Service Cost | Service Price | Service Description | ------ |
{{ row.product_name }} | {{ row.product_part_number }} | {{ row.product_cost }} | {{ row.product_price }} | {{ row.product_description }} | {% if row.is_deleted == 'FALSE' %} Click to discontinue {% else %} Click to recontinue {% endif %} |