{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
| {% trans "amount debited" %} | {{ object.amount_debited }} |
| {% trans "amount refund" %} | {{ object.amount_refund }} |
| {% trans "customer balance" %} | {{ object.customer_balance }} |
| {% trans "supplier balance" %} | {{ object.supplier_balance }} |
| {% trans "operation type" %} | {{ object.operation_type }} |
| {% trans "external description" %} | {{ object.external_desc }} |
| {% trans "internal description" %} | {{ object.internal_desc }} |
| {% trans "created" %} | {{ object.created }} |
| {% trans "modified" %} | {{ object.modified }} |