{% extends "../template.html" %} {% block content %} {% load static %}

Products and Services

Add product or service

Product

{% for row in product_results %} {% endfor %}
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 %}

Services

{% for row in service_results %} {% endfor %}
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 %}
{% endblock %}