{% extends '__layout__.html' %} {% block title %}{{asset.name}}{% endblock %} {% block head %}
{% endblock %} {% block content %}

{{asset.name}}

{{asset.name}} {% if asset.is_limited: %}

LIMITED {%if asset.is_limited_unique: %}U{%else%}{%endif%}

{% endif %}
{% if GamepassLinkObj != None: %}

Use this Gamepass in: {{GamepassRootPlaceAsset.name}}

{% endif %}
{% if asset.creator_type == 0 :%} {{creator.username}}

Creator: {{creator.username}}

Created: {{createddate}}

Updated: {{updateddate}}

{% else %} {{creator.name}}

Creator: {{creator.name}}

Created: {{createddate}}

Updated: {{updateddate}}

{% endif %}

{{asset.description}}

{% if asset.is_for_sale: %} {% if asset.price_robux == 0 and asset.price_tix == 0: %}

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

{% endif %} {% if asset.price_tix > 0: %}

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%} Buy with Robux {%endif%} {%else%} No Resellers Available {%endif%} {% if userOwnAmountCount > 0: %}

( {{userOwnAmountCount}} owned )

{%endif%} {%else%}

Price: Offsale

Buy with Robux {%endif%} {% endif %}

( {{asset.sale_count}} sold )

{% if asset.is_limited and userOwnAmountCount > 0 and not asset.is_for_sale: %} {%endif%}
{% if asset.is_limited and not asset.is_for_sale: %}
Private Sales
{% for sale in PrivateSales: %}
{{sale.seller}}
{{sale.seller}}

R$ {{sale.price}}

Serial: {%if asset.is_limited_unique: %}{{sale.serial}}{%else%}N/A{%endif%}

{% if sale.sellerid != currentuser.id: %} {%else%} {%endif%}
{%endfor%}
{% if PreviousPage > 0: %} Previous {%else%} Previous {% endif %}

{{PageNumber}}

{% if NextPage > 0: %} Next {%else%} Next {% endif %}

Recent Average Price: R${{AssetRap}}

{%endif%}
{% endblock %}