{% extends 'base.html' %} {% load trade_offer_tags %} {% block title %}Update Trade Acceptance{% endblock title %} {% block content %}

Update Trade Acceptance

{% render_trade_acceptance object %}

Select an action:

{% if form.fields.state.choices %} {% for state_value, state_label in form.fields.state.choices %}
{% csrf_token %}
{% endfor %} {% else %}

No available actions.

{% endif %}
{% if form and form.errors %}
Please correct the errors below:
{% endif %}
Back to Offer Details
{% endblock content %}