{% trans "Statistic" %}
{% if all_transactions %}
{% for tx in all_transactions %}
{% else %}
| {% language 'sk' %} {{ tx.created|localtime|date:"d. F Y H:i" }} {% endlanguage %} | {% if tx.beneficiary == account %} {{ tx.payer.user.get_full_name }} {% else %} {{ tx.beneficiary.user.get_full_name }} {% endif %} | {% if tx.payer == account %}-{% endif %} {{ tx.amount }} € | {% if tx.payer == account %} {% trans 'Sent' %} {% trans 'Duplicate payment' %} {% else %} {% trans 'Received' %} {% endif %} |