{% if games.game_currency.blank %}
<p></p>
{% else %}
<p><a href="{{ games.currency_absolute_url }}">{{ games.game_currency }}</a></p>
{% endif %}
<p><a href="{{ games.accounts_absolute_url }}">{{ games.game_account }}</a></p>
<p><a href="{{ games.items_absolute_url }}">{{ games.game_items }}</a></p>
<p><a href="{{ games.services_absolute_url }}">{{ games.game_services }}</a></p>
<br>