< Return to Catalog
{% if asset.is_limited: %}
{% if asset.is_limited and not asset.is_for_sale: %}
{%endfor%}
{%endif%}
{{asset.name}}
LIMITED {%if asset.is_limited_unique: %}U{%else%}{%endif%}
{% endif %}
{% if asset.creator_type == 0 :%}
{% else %}
{% endif %}
{{asset.description}}
{% if OffsaleAt: %}
Offsale in: 00:00:00
{% endif %}
{% if asset.is_for_sale: %}
{% if asset.price_robux == 0 and asset.price_tix == 0: %}
{% endif %}
{% if asset.price_tix > 0: %}
Buy with Robux
{%endif%}
{%else%}
No Resellers Available
{%endif%}
{% if userOwnAmountCount > 0: %}
Buy with Robux
{%endif%}
{% endif %}
{% if asset.is_limited and userOwnAmountCount > 0 and not asset.is_for_sale: %}
{%endif%}
Price: FREE
Take One {% endif %} {% if asset.price_robux > 0: %}Price: {{asset.price_robux}} Robux
Buy with Robux {% endif %} {% if asset.price_robux > 0 and asset.price_tix > 0: %}OR
Price: {{asset.price_tix}} Tickets
Buy with Tickets {% endif %} {% else: %} {% if asset.is_limited: %} {% if BestPrice != "None": %}Best Price: R$ {{BestPrice}}
{% if BestPriceResult.userid != currentuser.id %} Buy Now {%else%}( {{userOwnAmountCount}} owned )
{%endif%} {%else%}Price: Offsale
( {{asset.sale_count}} sold )
Private Sales
{% for sale in PrivateSales: %}
{{sale.seller}}
R$ {{sale.price}}
Serial: {%if asset.is_limited_unique: %}{{sale.serial}}{%else%}N/A{%endif%}
{% if sale.sellerid != currentuser.id: %}
{%else%}
{%endif%}
Recent Average Price: R${{AssetRap}}