{% extends 'base.html' %} {% load static %} {% block title %}My Trades{% endblock title %} {% block content %}
Create New Offer
{% include "trades/_friend_code_select.html" with friend_codes=friend_codes selected_friend_code=selected_friend_code field_name="friend_code" label="" %}

Waiting for Your Response

{% include "trades/_trade_offer_list_paginated.html" with offers=trade_acceptances_waiting_paginated %}

Waiting for Their Response

{% include "trades/_trade_offer_list_paginated.html" with offers=other_party_trade_acceptances_paginated %}

My Trade Offers

{% include "trades/_trade_offer_list_paginated.html" with offers=my_trade_offers_paginated %}
{% endblock content %}