{% load i18n %}
| {% trans "Action" %}: | {{action}} |
| {% trans "Error" %}: | {{error}} |
| {% trans "Error explained" %}: | {{errortxt}} |
| {% trans "Requested" %}: | {{request.request_date}} |
| {% trans "Answered" %}: | {{refunded.answer_date}} |
| {% trans "Status" %}: | {% if refunded %} {% trans "REFUNDED" %} {% else %} {% trans "NOT REFUNDED" %} {% endif %} |