Your trade with {{OppositeUser.username}} is {{TradeObj.status.name}}
{% if TradeObj.status.value == 0: %}
{% if SenderUser.id == currentuser.id: %}
{%endif%}
{% if RecipientUser.id == currentuser.id: %}
{%endif%}
{%endif%}
{% if SenderUser.id != currentuser.id: %}
Items you will receive
{%else%}
Items you will send
{% endif %}
Value: R$ {{SenderOfferValue}}
{% for i in range(4): %}
{% if (len(SenderItems) - 1 - i) >= 0: %}
{%else%}
{%endif%}
{%endfor%}
{%if TradeObj.sender_userid_robux > 0 %}
{{TradeObj.sender_userid_robux}} ROBUX
{%endif%}
{% if SenderUser.id == currentuser.id: %}
Items you will receive
{%else%}
Items you will send
{% endif %}
Value: R$ {{RecipientOfferValue}}
{% for i in range(4): %}
{% if (len(RecipientItems) - 1 - i) >= 0: %}
{%else%}
{%endif%}
{%endfor%}
{%if TradeObj.recipient_userid_robux > 0 %}
{{TradeObj.recipient_userid_robux}} ROBUX
{%endif%}