{% extends "layouts/base.html" %} {% load i18n %} {% load l10n %} {% load itens_extras %} {% block content %}
{% trans "XP por item" %}: {{ exchange.xp_amount }}
{% if exchange.has_item %}{% trans "Quantidade disponível" %}: {{ exchange.item_quantity }}
{% endif %} {% if exchange.max_exchanges > 0 %}{% trans "Trocas restantes" %}: {{ exchange.max_exchanges|default:"0"|add:"-"|add:exchange.current_exchanges|stringformat:"i" }}
{% endif %}{% trans "Não há itens disponíveis para troca no momento." %}