{% extends "double_auction/admin/BaseDAAdmin.html" %} {% load static %} {% block title %} {{ title }} {% endblock %} {% block content %} {% if statements %}
| ID | Session | Participant | Round | Price | Quantity | BTC_House | Created at | {% for s in statements %}
|---|---|---|---|---|---|---|---|
| {{ s.id }} | {{ s.player.session.code }} | {{ s.player.participant.code }} | {{ s.player.round_number }} | {{ s.price }} | {{ s.quantity_initial }} | {{ s.BTC_Statement }} | {{ s.created_at|date:'Y-m-d H:i:s' }} |