{% extends "double_auction/admin/BaseDAAdmin.html" %} {% load static %} {% block title %} {{ title }} {% endblock %} {% block content %} {% if statements %} {% for s in statements %} {% endfor %}
ID Session Participant Round Price Quantity BTC_House Created at
{{ 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' }}
{% include 'double_auction/admin/includes/pagination_footer.html' %} {% else %} No info has been found {% endif %} {% endblock %}