{% extends 'store_layout_two.html' %} {% load static %} {% block content %}

View Marketing Requests

{{ req_obj.product_name}}

{{ req_obj.prduct_description}}

{{ req_obj.product_amount}}

{{ req_obj.product_price}}

{{ req_obj.owner_name}}

{{ req_obj.address}}

{{ req_obj.email}}

{% endblock %}