{% extends "merchant_base.html" %} {% load static %} {% block title %} Print Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
Print Details
Name {{get_print.name}}
Process details {{get_print.process_details}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}