{% extends "marchant_base.html" %} {% load static %} {% block title %} washing Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
Washing Details
Item {{washing.name}}
Plant Type {{washing.plant_type}}
Plant Origin {{washing.plant_origin}}
Process Details {{washing.process_details}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}