{% extends "trading/base.html" %} {% load bootstrap4 %} {% load humanize %} {% block title %} {% with title="Transaction request detail" %} {{ block.super }} {% endwith %} {% endblock title %} {% block content %}
| Commodity | Amount |
|---|---|
| {{ object.source_sends.name }} | {{object.source_amount|intcomma}} |
| {{ object.dest_sends.name }} | {{object.dest_amount|intcomma}} |