{% load i18n %}
{% if user.is_authenticated %} {% if amiibo.pk in USER_AMIIBO_OWNED %} {% trans 'Available for trade' %} {% trans 'I do not have it' %} {% else %}
{% if amiibo.pk in USER_AMIIBO_WISHLIST %} {% trans 'I do not want this' %} {% else %} {% trans 'I want this' %} {% endif %}
{% trans 'I have this' %} {% endif %}
{% else %}
{% endif %}