{% extends 'double_auction/includes/base_block.html' %} {% block title %}Buying Offers{% endblock %} {% block content %} {% include 'double_auction/includes/bids_to_render.html' %}
{% endblock %}