{% extends "marchant_base.html" %} {% load static %} {% block title %} Embroidery Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
Embroidery Details
Item {{embroidery.name}}
Process Details {{embroidery.process_details}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}