{% extends 'layouts/base.html' %} {% load i18n %} {% load pyaa %} {% load pyaa_format %} {% load pyaa_status %} {% load static %} {% block content %} {% url 'account_profile' as url_account_profile %}
{% translate "model.field.price" %}: {{ purchase.price|format_currency:purchase.currency }}
{% translate "model.field.created-at" %}: {{ purchase.created_at }}
{% translate "model.field.status" %}: {{ purchase.get_status_display }}
{{ file.name }}
{% if file.description %}{{ file.description }}
{% endif %}{% if file.file_type %}{{ file.file_type }} ยท {% endif %} {% if file.file_size %}{{ file.file_size|filesizeformat }}{% endif %}