{% extends 'layout/default.html' %} {% load i18n %} {% block title %}{% translate "List Assigend Product" %}{% endblock %} {% block breadcumbheading %} {% translate "Manage Assigend Products" %} {% endblock %} {% block breadcumbfirst %} Manage Asigend Products {% endblock %} {% block breadcumbaddmore %}
| Order Item Id | Product | Installation Date | comment | Actions |
|---|---|---|---|---|
| {{assigned_product.order_item.id}} | {{ assigned_product.order_item.product.product_name }} | {{assigned_product.installation_date|date:"d-m-Y"}} | {%if assigned_product.comment%}{{assigned_product.comment}}{%else%}-{%endif%} | Select |