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

Edit Component Order

{% include 'partials/_messages.html' %}
{% csrf_token %} {% if product.order_status == "offer" %}
{% else %}
{% endif %}
{% endblock %}