{% extends "trading/base.html" %} {% load bootstrap4 %} {% load humanize %} {% block title %} {% with title="Transaction detail" %} {{ block.super }} {% endwith %} {% endblock title %} {% block content %}
{% include "trading/t/detail_row.html" %}
Transaction ID Commodity sent Commodity received Status
{% endblock %}