{% extends "base.html" %} {% block content %}
{% for tx in transactions %} {% endfor %}
HashDateProductValue / Product value
{{ tx.tx_hash }}{{ tx.created }}{{ tx.product_id }}{{ tx.value }} / {{ tx.product_value }}
{% endblock %}