+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+ Waiting for Your Response
+ {% if trade_acceptances_waiting_paginated.object_list %}
+ {% include "trades/_trade_offer_list.html" with offers=trade_acceptances_waiting_paginated %}
+
+ {% if trade_acceptances_waiting_paginated.has_previous %}
+
Previous
+ {% else %}
+
+ {% endif %}
+
Page {{ trade_acceptances_waiting_paginated.number }} of {{ trade_acceptances_waiting_paginated.paginator.num_pages }}
+ {% if trade_acceptances_waiting_paginated.has_next %}
+
Next
+ {% else %}
+
+ {% endif %}
+
+ {% else %}
+ None at this time.
+ {% endif %}
+
+
+
+
+ Waiting for Trade Partner's Response
+ {% if other_party_trade_acceptances_paginated.object_list %}
+ {% include "trades/_trade_offer_list.html" with offers=other_party_trade_acceptances_paginated %}
+
+ {% if other_party_trade_acceptances_paginated.has_previous %}
+
Previous
+ {% else %}
+
+ {% endif %}
+
Page {{ other_party_trade_acceptances_paginated.number }} of {{ other_party_trade_acceptances_paginated.paginator.num_pages }}
+ {% if other_party_trade_acceptances_paginated.has_next %}
+
Next
+ {% else %}
+
+ {% endif %}
+
+ {% else %}
+ None at this time.
+ {% endif %}
+
+
+
My Trade Offers
{% if my_trade_offers_paginated.object_list %}
@@ -41,52 +97,6 @@
{% endif %}
-
-
- Waiting for Your Response
- {% if trade_acceptances_waiting_paginated.object_list %}
- {% include "trades/_trade_offer_list.html" with offers=trade_acceptances_waiting_paginated %}
-
- {% if trade_acceptances_waiting_paginated.has_previous %}
-
Previous
- {% else %}
-
- {% endif %}
-
Page {{ trade_acceptances_waiting_paginated.number }} of {{ trade_acceptances_waiting_paginated.paginator.num_pages }}
- {% if trade_acceptances_waiting_paginated.has_next %}
-
Next
- {% else %}
-
- {% endif %}
-
- {% else %}
- No pending acceptances at this time.
- {% endif %}
-
-
-
-
- Waiting for Trade Partner's Response
- {% if other_party_trade_acceptances_paginated.object_list %}
- {% include "trades/_trade_offer_list.html" with offers=other_party_trade_acceptances_paginated %}
-
- {% if other_party_trade_acceptances_paginated.has_previous %}
-
Previous
- {% else %}
-
- {% endif %}
-
Page {{ other_party_trade_acceptances_paginated.number }} of {{ other_party_trade_acceptances_paginated.paginator.num_pages }}
- {% if other_party_trade_acceptances_paginated.has_next %}
-
Next
- {% else %}
-
- {% endif %}
-
- {% else %}
- No pending acceptances found.
- {% endif %}
-
-
diff --git a/theme/templatetags/trade_offer.html b/theme/templatetags/trade_offer.html
index 754e6f2..16919d1 100644
--- a/theme/templatetags/trade_offer.html
+++ b/theme/templatetags/trade_offer.html
@@ -1,11 +1,30 @@
{% load gravatar card_badge %}
+
+
+
-