Account transactions
This is an overview of your credit transaction history. They are updated as soon as the transaction is made.
-
{% if canGoNext %}
- Next » {% endif %}
- {{ currentMonth }} {{ currentYear }}
{% if transactions|length > 0 %}
Date | Price | Description |
---|---|---|
{{ transaction.getFormattedDate() }} | {{ transaction.getCostCoins() }} | {{ transaction.getDescription() }} |
Your purse
{% if session.loggedIn == false %}You need to sign in to see the purse
{% else %}
{% include "base/ads_container.tpl" %}