{% extends 'double_auction/includes/base_block.html' %} {% block title %} Submit your offer{% endblock %} {% block content %}
Please input the price for your current unit:
{% include 'double_auction/includes/form_to_render.html' %}
{% endblock %}